xiatian 4 年之前
父节点
当前提交
f13d4266b7
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/modules/marking/views/Marking.vue

+ 1 - 2
src/modules/marking/views/Marking.vue

@@ -563,7 +563,7 @@ export default {
       if (!this.paperMark) {
         return;
       }
-      if (this.rangeId == this.task.markRangeId) {
+      if (!this.backMark && this.rangeId == this.task.markRangeId) {
         for (let resultItem of this.resultItems) {
           resultItem.score = "";
         }
@@ -616,7 +616,6 @@ export default {
     },
     initMarkItem() {
       //this.resultItems.splice(0, this.resultItems.length);
-      this.resultItems = [];
       this.markResult = {};
       this.markedResult = {};
     },