qx
4 天以前 857950aac3233497766024759fdf4eff55d58424
src/views/doctor/check/index.vue
@@ -2212,7 +2212,14 @@
    eventchange(data) {
      this.dataText = data;
      data.forEach((item) => (this.proParentList.remark += item.advice));
      data.forEach((item) => {
        if (item.advice) {
          this.proParentList.remark += item.advice
        } else if (item.jynr) {
          this.proParentList.remark += item.jynr
        }
      })
      //  data.forEach((item) => (this.proParentList.remark += item.jynr));
    },
    proposalChange() {