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