Browse Source

fix: 导入监考员文件缓存

zhangjie 2 years ago
parent
commit
170705f502

+ 2 - 1
src/features/examwork/InvigilateManagement/InvigilateImportDialog.vue

@@ -1,8 +1,9 @@
 <template>
   <el-dialog
     ref="dialog"
-    :title="'导入' + '监考设置'"
+    title="导入监考设置"
     width="450px"
+    destroy-on-close
     :visible.sync="visible"
     @close="closeDialog"
   >