From 857950aac3233497766024759fdf4eff55d58424 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期三, 13 八月 2025 14:28:22 +0800
Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb_region

---
 src/views/doctor/check/index.vue |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue
index f4fee88..0bf9b86 100644
--- a/src/views/doctor/check/index.vue
+++ b/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() {

--
Gitblit v1.8.0