浏览代码

fix:打分计数异常

zhangjie 2 年之前
父节点
当前提交
4eb043ab01
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/modules/mark/marker/MarkerMarking.vue

+ 2 - 0
src/modules/mark/marker/MarkerMarking.vue

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