Explorar el Código

评卷员打分统计前端计算

zhangjie hace 3 años
padre
commit
26f32e3963
Se han modificado 1 ficheros con 2 adiciones y 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();
     },