From ae117f01461f05a0bf249e6f63b636f4222ec8d7 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 23 十二月 2024 17:17:44 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/particty.vue | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue index c9e0696..85af048 100644 --- a/src/views/patient/propaganda/particty.vue +++ b/src/views/patient/propaganda/particty.vue @@ -1541,7 +1541,7 @@ if (res.code == 200) { this.objyl = res.data; if (this.form.longTask) { - this.objyl.longTemp = 1; + this.objyl.longTemp = 5; } this.queryParamsdept.type = 2; this.queryParamsdept.tempid = row.id; @@ -1861,6 +1861,7 @@ neWaddfn() { this.id = null; this.form.taskName = ""; + this.form.sendState = null; this.form.taskid = null; this.overallCase = []; this.form.patTaskRelevances = []; @@ -2003,8 +2004,8 @@ this.putbelongDepts(response.data); this.form.templatename = this.objyl.templateName; this.$modal.msgSuccess("鏇挎崲妯℃澘鎴愬姛"); - this.drawermb = false;//閫夋嫨妯℃澘寮圭獥 - this.previewtf = false;//棰勮 + this.drawermb = false; //閫夋嫨妯℃澘寮圭獥 + this.previewtf = false; //棰勮 if (this.skip) { // 璺宠浆鍓嶅線淇敼 this.$router.push({ @@ -2023,8 +2024,8 @@ this.putbelongDepts(response.data); this.form.templatename = this.objyl.templateName; this.$modal.msgSuccess("閫夋嫨妯℃澘鎴愬姛"); - this.drawermb = false;//閫夋嫨妯℃澘寮圭獥 - this.previewtf = false;//棰勮 + this.drawermb = false; //閫夋嫨妯℃澘寮圭獥 + this.previewtf = false; //棰勮 if (this.skip) { // 璺宠浆鍓嶅線淇敼 this.$router.push({ @@ -2105,8 +2106,8 @@ Modifytemplate() { if (this.form.templateid && this.previewtftype) { this.$modal.confirm("鏄惁鍓嶅線淇敼浠诲姟妯℃澘璇︾粏鍐呭锛�").then(() => { - this.drawermb = false;//閫夋嫨妯℃澘寮圭獥 - this.previewtf = false;//棰勮 + this.drawermb = false; //閫夋嫨妯℃澘寮圭獥 + this.previewtf = false; //棰勮 this.$router.push({ path: "/knowledge/taskub/", query: { id: this.form.templateid }, -- Gitblit v1.9.3