Ver Fonte

feat: md

zhangjie há 13 horas atrás
pai
commit
c29503d6b8
1 ficheiros alterados com 2 adições e 1 exclusões
  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) {