Explorar o código

评卷员打分统计前端计算

zhangjie %!s(int64=3) %!d(string=hai) anos
pai
achega
26f32e3963
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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();
     },