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