|
@@ -172,7 +172,7 @@ export default {
|
|
|
|
|
|
const res = await endScorePaperPositiveSync({
|
|
|
examId: this.course.examId,
|
|
|
- courseCode: this.course.courseCode,
|
|
|
+ courseId: this.course.courseId,
|
|
|
teachCourseId: this.course.teachCourseId,
|
|
|
paperNumber: this.dataList[0]?.paperNumber,
|
|
|
}).catch(() => {});
|
|
@@ -250,7 +250,7 @@ export default {
|
|
|
this.isSubmit = true;
|
|
|
const datas = {
|
|
|
examId: this.course.examId,
|
|
|
- courseCode: this.course.courseCode,
|
|
|
+ courseId: this.course.courseId,
|
|
|
teachCourseId: this.course.teachCourseId,
|
|
|
paperStruct: this.dataList,
|
|
|
};
|