From 6b25fcbe824a87a1ab57bf6a6d816ffd6d70cefb Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期四, 03 四月 2025 10:47:29 +0800 Subject: [PATCH] qx --- src/views/doctor/checkAll/index.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index 33c4f63..8f3aaef 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/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() { -- Gitblit v1.8.0