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() {