src/views/doctor/checkAll/index.vue
@@ -1491,6 +1491,10 @@ }, eventchange(data) { this.dataText = data console.log(this.textarea1 ) if(this.textarea1 == null ){ this.textarea1 = "" } data.forEach((item) => { this.textarea1 += item.advice; });