From bb0a72311792bb57e1e90668c00f1c077d9f1761 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 02 四月 2026 15:20:13 +0800
Subject: [PATCH] 测试完成
---
src/views/Satisfaction/configurationmyd/index.vue | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/src/views/Satisfaction/configurationmyd/index.vue b/src/views/Satisfaction/configurationmyd/index.vue
index b35f056..7034876 100644
--- a/src/views/Satisfaction/configurationmyd/index.vue
+++ b/src/views/Satisfaction/configurationmyd/index.vue
@@ -62,9 +62,6 @@
placeholder="璇烽�夋嫨妯℃澘"
clearable
filterable
- :disabled="
- !templateForm.templateType || templateOptionsLoading
- "
@change="handleTemplateChange"
style="width: 100%"
>
@@ -315,7 +312,6 @@
filterable
clearable
multiple
- collapse-tags
style="width: 100%"
@change="handleConfigChange(question)"
>
@@ -834,6 +830,16 @@
questionCount: 0,
};
}
+// 鍔犺浇妯℃澘璇︽儏鏁版嵁
+ this.templateLoading = true;
+ this.loading = true;
+ this.questionList = [];
+
+ if (this.templateForm.templateType === 1) {
+ this.loadQuestionnaireTemplateDetail();
+ } else if (this.templateForm.templateType === 2) {
+ this.loadFollowupTemplateDetail();
+ }
} else {
this.currentTemplateInfo = null;
this.questionList = [];
--
Gitblit v1.9.3