qx
qx
2025-04-03 7cc7aac8bd386f5d6f33239557c1878a83d7346a
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() {