From c73a2c380aca7ac4ef16e76388b1a52356df8634 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 30 八月 2024 19:01:04 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/Missioncreation.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/patient/propaganda/Missioncreation.vue b/src/views/patient/propaganda/Missioncreation.vue index f616624..4ef34a9 100644 --- a/src/views/patient/propaganda/Missioncreation.vue +++ b/src/views/patient/propaganda/Missioncreation.vue @@ -465,7 +465,7 @@ > <el-form-item label="瀹f暀鍚嶇О" - v-if="currenttype == 1 || currenttype == 8" + > <el-input v-model="topqueryParams.preachname"></el-input> </el-form-item> @@ -862,7 +862,6 @@ submitForm(formName) { this.form.preachform = this.checkList.join(","); // this.formatFn(1); - this.form.hospType = this.currenttype; if (!this.form.patTaskRelevances[0]) { this.$modal.msgError("璇烽�夋嫨鐥呬汉"); return; -- Gitblit v1.9.3