Ver Fonte

清除旧modal选项

Michael Wang há 4 anos atrás
pai
commit
96b75afc89
1 ficheiros alterados com 1 adições e 0 exclusões
  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() {