Эх сурвалжийг харах

评卷员打分统计前端计算

zhangjie 3 жил өмнө
parent
commit
26f32e3963

+ 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();
     },