From f5221c566758ab0873727da3cb3df645708eb085 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期六, 13 九月 2025 14:41:12 +0800
Subject: [PATCH] 测试分支发布
---
src/views/patient/propaganda/QuestionnaireTask.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/patient/propaganda/QuestionnaireTask.vue b/src/views/patient/propaganda/QuestionnaireTask.vue
index e8b1844..87d5d31 100644
--- a/src/views/patient/propaganda/QuestionnaireTask.vue
+++ b/src/views/patient/propaganda/QuestionnaireTask.vue
@@ -1284,7 +1284,7 @@
value: "5",
label: "寰俊鍏紬鍙�",
},
- { label: "寰俊灏忕▼搴�", value: 6 },
+ { label: "寰俊灏忕▼搴�", value: '6' },
];
} else if (this.form.serviceType == 6||this.form.serviceType == 14||this.form.serviceType == 15) {
this.checkboxlist = [
@@ -1353,6 +1353,7 @@
this.form.serviceType == 2 ||
this.form.serviceType == 3 ||
this.form.serviceType == 5 ||
+ this.form.serviceType == 16 ||
this.form.serviceType == 4
) {
this.checkboxlist = [
--
Gitblit v1.9.3