zhangjie 8 ヶ月 前
コミット
56b4105ed1
1 ファイル変更1 行追加0 行削除
  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;
       }