From f77e656729c268db01e101033c6df8820365cfd2 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 04 七月 2024 11:07:32 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/QuestionnaireTask.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/patient/propaganda/QuestionnaireTask.vue b/src/views/patient/propaganda/QuestionnaireTask.vue index f250966..5ae9e65 100644 --- a/src/views/patient/propaganda/QuestionnaireTask.vue +++ b/src/views/patient/propaganda/QuestionnaireTask.vue @@ -716,7 +716,7 @@ Questionnairetaskget, gethetaskinfo, delhetaskinfo, - Questionnairetaskdetails, + Editsingletask, } from "@/api/AiCentre/index"; import { listDept } from "@/api/system/dept"; @@ -887,7 +887,8 @@ created() { this.id = this.$route.query.id; - this.form.Type = this.$route.query.type; + this.form.type = this.$route.query.type; + this.form.typename = this.$route.query.typename; this.listDept(); this.Acquisitiontype(); this.Getdetails(); @@ -962,7 +963,7 @@ if (!this.form.type) { this.form.type = this.$route.query.type; } - Questionnairetaskdetails(this.form).then((res) => { + Editsingletask(this.form).then((res) => { if (res.code == 200) { if (this.form.taskid) { this.$modal.msgSuccess("鏂板鎴愬姛"); -- Gitblit v1.9.3