|
@@ -159,6 +159,8 @@ export default {
|
|
|
const res = await endScorePaperPositiveDetail({
|
|
|
cultureProgramId: this.course.cultureProgramId,
|
|
|
courseId: this.course.courseId,
|
|
|
+ examId: this.course.examId,
|
|
|
+ paperNumber: this.course.paperNumber,
|
|
|
});
|
|
|
this.dataList = res || [];
|
|
|
this.updateTotalInfo();
|
|
@@ -239,6 +241,8 @@ export default {
|
|
|
cultureProgramId: this.course.cultureProgramId,
|
|
|
courseId: this.course.courseId,
|
|
|
paperStruct: this.dataList,
|
|
|
+ examId: this.course.examId,
|
|
|
+ paperNumber: this.course.paperNumber,
|
|
|
};
|
|
|
const data = await endScorePaperPositiveSave(datas).catch(() => {});
|
|
|
this.isSubmit = false;
|