|
@@ -540,6 +540,7 @@ export default {
|
|
|
this.updateStepLevel(
|
|
|
this.curStep,
|
|
|
{ curLevel: "shiftScore" },
|
|
|
+ 1,
|
|
|
this.curPaper.id
|
|
|
);
|
|
|
this.toActionNextPaper();
|
|
@@ -562,6 +563,7 @@ export default {
|
|
|
curLevel: this.curPaper.level,
|
|
|
manualScore: info.manualScore
|
|
|
},
|
|
|
+ 1,
|
|
|
this.curPaper.id
|
|
|
);
|
|
|
|