zhangjie 8 tháng trước cách đây
mục cha
commit
56b4105ed1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/modules/client/views/GroupScan.vue

+ 1 - 0
src/modules/client/views/GroupScan.vue

@@ -331,6 +331,7 @@ export default {
       // 检查是否存在空白卷覆盖有作答卷
       const covered = await this.checkUnaswerCoverAnswer(examNumber);
       if (covered) {
+        this.$refs.ScanCoverWarningDialog.open();
         return;
       }