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