From 552e2c47122f3465050c71b1afca44da8196a029 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 08 四月 2025 16:20:50 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/propaganda/QuestionnaireTask.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/views/patient/propaganda/QuestionnaireTask.vue b/src/views/patient/propaganda/QuestionnaireTask.vue
index 606be89..7e6015b 100644
--- a/src/views/patient/propaganda/QuestionnaireTask.vue
+++ b/src/views/patient/propaganda/QuestionnaireTask.vue
@@ -489,7 +489,7 @@
<!-- 閫夋嫨鎮h�呭垪琛� -->
<SFtable
ref="multipleTable"
- @handleUpdate="handleUpdate"
+
@handleSelectionChange="handleSelectionChange"
:currentList="patientuserList"
:tableLabel="tableLabelhz"
@@ -1556,6 +1556,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);
}
@@ -1972,6 +1975,7 @@
this.objyl.suitway = this.objyl.suitway.join(",");
}
this.objyl.templateid = this.objyl.svyid;
+ this.form.libtemplateid = this.objyl.svyid;
this.objyl.isoperation = 1;
this.objyl.svyTaskTemplateScriptVOS = this.objyl.svyTemplateLibScripts;
this.form.svyTaskTemplateVO=this.objyl;
--
Gitblit v1.9.3