From 5271bf2b8c05138548d8ffb964596d07d424dc45 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 17 三月 2025 13:44:53 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/propaganda/particty.vue | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue
index bb507f6..fc43508 100644
--- a/src/views/patient/propaganda/particty.vue
+++ b/src/views/patient/propaganda/particty.vue
@@ -1604,6 +1604,9 @@
item.deptName = item.dept;
item.admindate = item.inhosptime;
item.sfzh = item.idcardno;
+ if (this.patientqueryParams.allhosp==6) {
+ item.patfrom = 1;
+ }
this.overallCase.push(item);
this.form.patTaskRelevances.push(item);
}
@@ -2022,6 +2025,12 @@
}
this.objyl.templateid = this.objyl.id;
this.objyl.isoperation = 1;
+ this.objyl.ivrLibaTemplateScriptVOList.forEach((item) => {
+ item.ivrTaskScriptTargetoptionList =
+ item.ivrLibaScriptTargetoptionList;
+ });
+ this.objyl.ivrTaskTemplateScriptVOList =
+ this.objyl.ivrLibaTemplateScriptVOList;
this.form.ivrTaskTemplateVO = this.objyl;
this.submitForm();
--
Gitblit v1.9.3