Parcourir la source

清除旧modal选项

Michael Wang il y a 4 ans
Parent
commit
96b75afc89
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/features/OfflineExam/OfflineExamModal.vue

+ 1 - 0
src/features/OfflineExam/OfflineExamModal.vue

@@ -134,6 +134,7 @@ export default {
   watch: {
     course() {
       this.updateServerFormat();
+      this.selectedFileType = "";
     },
   },
   async created() {