qx
qx
2025-04-03 6b25fcbe824a87a1ab57bf6a6d816ffd6d70cefb
src/views/doctor/checkAll/index.vue
@@ -1612,8 +1612,14 @@
      if (this.textarea1 == null) {
        this.textarea1 = "";
      }
      console.log(data)
      data.forEach((item) => {
        this.textarea1 += item.advice;
        if(item.advice){
          this.textarea1 += item.advice;
        }else{
          this.textarea1 += item.jynr;
        }
      });
    },
    proposalChange() {