Browse Source

评卷员打分统计前端计算

zhangjie 3 years ago
parent
commit
26f32e3963
1 changed files with 2 additions and 1 deletions
  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();
     },