From 7a3bba9960237ef9b9714ff3fa7a4f9499601443 Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期二, 09 九月 2025 14:25:19 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/QuestionnaireTask.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/patient/propaganda/QuestionnaireTask.vue b/src/views/patient/propaganda/QuestionnaireTask.vue index 1e17b21..e8b1844 100644 --- a/src/views/patient/propaganda/QuestionnaireTask.vue +++ b/src/views/patient/propaganda/QuestionnaireTask.vue @@ -1286,7 +1286,7 @@ }, { label: "寰俊灏忕▼搴�", value: 6 }, ]; - } else if (this.form.serviceType == 6) { + } else if (this.form.serviceType == 6||this.form.serviceType == 14||this.form.serviceType == 15) { this.checkboxlist = [ { value: "3", @@ -1440,7 +1440,8 @@ this.deptcodesWards[0] || this.leavehospitaldistrictcodes[0] || this.diagglist[0] || - this.operationcodes[0] + this.operationcodes[0] || + this.form.longTask == 2 ) { } else { this.$modal.msgError("璇烽�夋嫨浠诲姟鍏宠仈鏉′欢"); -- Gitblit v1.9.3