|
@@ -483,6 +483,7 @@ export default {
|
|
examId: this.course.examId,
|
|
examId: this.course.examId,
|
|
courseCode: this.course.courseCode,
|
|
courseCode: this.course.courseCode,
|
|
paperNumber: this.course.paperNumber,
|
|
paperNumber: this.course.paperNumber,
|
|
|
|
+ teachCourseId: this.course.teachCourseId,
|
|
});
|
|
});
|
|
this.buildData(data);
|
|
this.buildData(data);
|
|
},
|
|
},
|
|
@@ -491,6 +492,7 @@ export default {
|
|
examId: this.course.examId,
|
|
examId: this.course.examId,
|
|
courseCode: this.course.courseCode,
|
|
courseCode: this.course.courseCode,
|
|
paperNumber: this.course.paperNumber,
|
|
paperNumber: this.course.paperNumber,
|
|
|
|
+ teachCourseId: this.course.teachCourseId,
|
|
report: true,
|
|
report: true,
|
|
});
|
|
});
|
|
|
|
|
|
@@ -862,6 +864,7 @@ export default {
|
|
courseName: this.course.courseName,
|
|
courseName: this.course.courseName,
|
|
courseCode: this.course.courseCode,
|
|
courseCode: this.course.courseCode,
|
|
paperNumber: this.course.paperNumber,
|
|
paperNumber: this.course.paperNumber,
|
|
|
|
+ teachCourseId: this.course.teachCourseId,
|
|
...this.courseBasicInfo,
|
|
...this.courseBasicInfo,
|
|
}).catch(() => {});
|
|
}).catch(() => {});
|
|
this.downloading = false;
|
|
this.downloading = false;
|
|
@@ -879,6 +882,7 @@ export default {
|
|
examId: this.course.examId,
|
|
examId: this.course.examId,
|
|
courseCode: this.course.courseCode,
|
|
courseCode: this.course.courseCode,
|
|
paperNumber: this.course.paperNumber,
|
|
paperNumber: this.course.paperNumber,
|
|
|
|
+ teachCourseId: this.course.teachCourseId,
|
|
};
|
|
};
|
|
return exportTargetReport(datas);
|
|
return exportTargetReport(datas);
|
|
}).catch((e) => {
|
|
}).catch((e) => {
|