From 1f644c69e6c5df3683e8b4698b3073d487cf6d80 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 02 七月 2024 11:27:31 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/propaganda/particty.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue
index 8122ab2..0184151 100644
--- a/src/views/patient/propaganda/particty.vue
+++ b/src/views/patient/propaganda/particty.vue
@@ -681,8 +681,8 @@
                 v-for="(items, index) in item.ivrLibaScriptTargetoptionList"
                 :key="items.id"
                 :label="items.id"
-                >{{ items.targetvalue }} </el-radio
-              >
+                >{{ items.targetvalue }}
+              </el-radio>
             </el-radio-group>
           </div>
           <div v-else>
@@ -1135,9 +1135,12 @@
       this.SelectPatientslist.forEach((item) => {
         const isExist = this.overallCase.find((obj) => obj.name == item.name);
         if (!isExist) {
+          console.log(this.patientqueryParams.allhosp, "allhosp");
           item.isoperation = 1;
+          item.hospType = this.patientqueryParams.allhosp;
           this.overallCase.push(item);
           this.form.patTaskRelevances.push(item);
+          console.log(this.overallCase, "this.overallCase");
         }
       });
     },

--
Gitblit v1.9.3