Browse Source

清除旧modal选项

Michael Wang 4 năm trước cách đây
mục cha
commit
96b75afc89
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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() {