zhangjie 13 tuntia sitten
vanhempi
commit
c29503d6b8
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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) {