zhangjie hai 6 horas
pai
achega
c29503d6b8
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/modules/mark/marker/MarkerMarking.vue

+ 2 - 1
src/modules/mark/marker/MarkerMarking.vue

@@ -638,7 +638,8 @@ export default {
       }
 
       await this.getList();
-      this.selectPaper(this.curPaperIndex);
+      // 批量评完之后直接选择第一个
+      this.selectPaper(0);
     },
     // select paper
     toSwitch(index) {