|
@@ -150,8 +150,8 @@ export default {
|
|
|
},
|
|
|
async getBlueDetail() {
|
|
|
const res = await endScorePaperPositiveDetail({
|
|
|
- examId: this.course.examId,
|
|
|
- courseCode: this.course.courseCode,
|
|
|
+ cultureProgramId: this.course.cultureProgramId,
|
|
|
+ courseId: this.course.courseId,
|
|
|
teachCourseId: this.course.teachCourseId,
|
|
|
});
|
|
|
this.dataList = res || [];
|
|
@@ -171,8 +171,8 @@ export default {
|
|
|
this.loading = true;
|
|
|
|
|
|
const res = await endScorePaperPositiveSync({
|
|
|
- examId: this.course.examId,
|
|
|
- courseCode: this.course.courseCode,
|
|
|
+ cultureProgramId: this.course.cultureProgramId,
|
|
|
+ courseId: this.course.courseId,
|
|
|
teachCourseId: this.course.teachCourseId,
|
|
|
paperNumber: this.dataList[0]?.paperNumber,
|
|
|
}).catch(() => {});
|
|
@@ -249,8 +249,8 @@ export default {
|
|
|
if (this.isSubmit) return;
|
|
|
this.isSubmit = true;
|
|
|
const datas = {
|
|
|
- examId: this.course.examId,
|
|
|
- courseCode: this.course.courseCode,
|
|
|
+ cultureProgramId: this.course.cultureProgramId,
|
|
|
+ courseId: this.course.courseId,
|
|
|
teachCourseId: this.course.teachCourseId,
|
|
|
paperStruct: this.dataList,
|
|
|
};
|