From a5faf6e7b42f1e358ee8396c77452a07d9f976e8 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 12 二月 2025 13:54:12 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/propaganda/QuestionnaireTask.vue | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/views/patient/propaganda/QuestionnaireTask.vue b/src/views/patient/propaganda/QuestionnaireTask.vue
index 1a5e80b..3e427ba 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"
@@ -1559,6 +1559,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);
}
@@ -1975,7 +1978,9 @@
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;
this.submitForm();
})
--
Gitblit v1.9.3