|
@@ -482,7 +482,6 @@ export default {
|
|
const data = await targetReportDetail({
|
|
const data = await targetReportDetail({
|
|
examId: this.course.examId,
|
|
examId: this.course.examId,
|
|
courseCode: this.course.courseCode,
|
|
courseCode: this.course.courseCode,
|
|
- paperNumber: this.course.paperNumber,
|
|
|
|
teachCourseId: this.course.teachCourseId,
|
|
teachCourseId: this.course.teachCourseId,
|
|
});
|
|
});
|
|
this.buildData(data);
|
|
this.buildData(data);
|
|
@@ -491,7 +490,6 @@ export default {
|
|
const res = await targetReportChangeCheck({
|
|
const res = await targetReportChangeCheck({
|
|
examId: this.course.examId,
|
|
examId: this.course.examId,
|
|
courseCode: this.course.courseCode,
|
|
courseCode: this.course.courseCode,
|
|
- paperNumber: this.course.paperNumber,
|
|
|
|
teachCourseId: this.course.teachCourseId,
|
|
teachCourseId: this.course.teachCourseId,
|
|
report: true,
|
|
report: true,
|
|
});
|
|
});
|
|
@@ -863,7 +861,6 @@ export default {
|
|
examId: this.course.examId,
|
|
examId: this.course.examId,
|
|
courseName: this.course.courseName,
|
|
courseName: this.course.courseName,
|
|
courseCode: this.course.courseCode,
|
|
courseCode: this.course.courseCode,
|
|
- paperNumber: this.course.paperNumber,
|
|
|
|
teachCourseId: this.course.teachCourseId,
|
|
teachCourseId: this.course.teachCourseId,
|
|
...this.courseBasicInfo,
|
|
...this.courseBasicInfo,
|
|
}).catch(() => {});
|
|
}).catch(() => {});
|
|
@@ -881,7 +878,6 @@ export default {
|
|
const datas = {
|
|
const datas = {
|
|
examId: this.course.examId,
|
|
examId: this.course.examId,
|
|
courseCode: this.course.courseCode,
|
|
courseCode: this.course.courseCode,
|
|
- paperNumber: this.course.paperNumber,
|
|
|
|
teachCourseId: this.course.teachCourseId,
|
|
teachCourseId: this.course.teachCourseId,
|
|
};
|
|
};
|
|
return exportTargetReport(datas);
|
|
return exportTargetReport(datas);
|