@@ -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 = "";