WXL (wul)
昨天 83928adb1c68a4093e7457db248760b8ad1b4f22
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 = [];