|
@@ -166,13 +166,13 @@ export default {
|
|
|
isMark: !this.image.mark,
|
|
|
stage: this.stage,
|
|
|
};
|
|
|
- if (this.stage === "SCORE") {
|
|
|
- datas = {
|
|
|
- ...datas,
|
|
|
- shift: this.data.shift,
|
|
|
- shiftScore: this.data.shiftScore,
|
|
|
- };
|
|
|
- }
|
|
|
+ // if (this.stage === "SCORE") {
|
|
|
+ // datas = {
|
|
|
+ // ...datas,
|
|
|
+ // shift: this.data.shift,
|
|
|
+ // shiftScore: this.data.shiftScore,
|
|
|
+ // };
|
|
|
+ // }
|
|
|
res = await markTask(datas).catch(() => {});
|
|
|
}
|
|
|
this.loading = false;
|