Pārlūkot izejas kodu

评卷员打分统计前端计算

zhangjie 3 gadi atpakaļ
vecāks
revīzija
26f32e3963
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      src/modules/mark/MarkOperation.vue

+ 2 - 1
src/modules/mark/MarkOperation.vue

@@ -490,7 +490,8 @@ export default {
         "SCORE",
         info.manualScore
       );
-      this.getStepLevels();
+      // this.getStepLevels();
+      this.updateStepLevel(this.curStep, this.curPaper.level);
       this.updateCacheHistory([paper]);
       this.toActionNextPaper();
     },