From f77e656729c268db01e101033c6df8820365cfd2 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 04 七月 2024 11:07:32 +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