From 91dc8cc51473aecb246d39e1ec5a63896a53dcae Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 21 四月 2025 15:08:22 +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 b33c325..f1b0449 100644
--- a/src/views/patient/propaganda/QuestionnaireTask.vue
+++ b/src/views/patient/propaganda/QuestionnaireTask.vue
@@ -1424,10 +1424,13 @@
},
// 棰勮
previewfnmb() {
+ console.log(this.form.templateid,'this.form.templateid');
+
getTaskQuestioncomit(this.form.templateid).then((res) => {
if (res.code == 200) {
- console.log(res, "棰勮鏁版嵁");
this.objyl = res.data;
+ console.log(this.objyl, "棰勮鏁版嵁");
+
if (this.objyl.suitway)
this.objyl.suitway = this.objyl.suitway.split(",");
@@ -1780,6 +1783,7 @@
this.id = null;
this.form.taskName = "";
this.form.taskid = null;
+ this.form.sendState = 1;
this.overallCase = [];
this.form.patTaskRelevances = [];
this.daytime = []; //鏃ユ湡
--
Gitblit v1.9.3