Преглед изворни кода

Merge branch 'release_1.3.1' of http://git.qmth.com.cn/union-question/union-question-web into release_1.3.1

刘洋 пре 1 година
родитељ
комит
c53c8d8310
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      src/modules/question/components/QuestionImportDialog.vue

+ 4 - 0
src/modules/question/components/QuestionImportDialog.vue

@@ -278,6 +278,10 @@ export default {
       if (this.importType === "zip") {
         this.templateUrl = "";
       }
+
+      this.$nextTick(() => {
+        this.$refs.modalFormComp.clearValidate();
+      });
     },
     fileChange(fileData) {
       this.fileData = fileData;