|
@@ -356,6 +356,8 @@ export default {
|
|
|
doubleRate: row.doubleRate,
|
|
|
arbitrateThreshold: row.arbitrateThreshold,
|
|
|
scorePolicy: row.scorePolicy,
|
|
|
+ examId: this.basicInfo.examId,
|
|
|
+ paperNumber: this.basicInfo.paperNumber,
|
|
|
};
|
|
|
await markSubjectiveUpdateMarkType(datas);
|
|
|
this.updateSubjectiveTaskItem({
|