Przeglądaj źródła

清除旧modal选项

Michael Wang 4 lat temu
rodzic
commit
96b75afc89
1 zmienionych plików z 1 dodań i 0 usunięć
  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() {