From ddba78219616742fdf473c50fdc4985fa0a8553b Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 15 五月 2025 14:50:52 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/QuestionnaireTask.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/patient/propaganda/QuestionnaireTask.vue b/src/views/patient/propaganda/QuestionnaireTask.vue index a02534f..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" @@ -1358,8 +1358,6 @@ } else { this.$modal.msgSuccess("鏂板鎴愬姛"); } - this.$modal.closeLoading(); - this.$router.push({ path: "/followvisit/tasklist", query: { tasktopic: this.form.serviceType }, @@ -1558,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); } @@ -1974,7 +1975,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