|
@@ -136,6 +136,7 @@ export default {
|
|
|
const data = await courseTargetList({
|
|
|
examId: this.course.examId,
|
|
|
courseCode: this.course.courseCode,
|
|
|
+ // teachCourseId: this.course.teachCourseId,
|
|
|
});
|
|
|
this.treeData = (data || []).map((item) => {
|
|
|
return {
|
|
@@ -175,6 +176,7 @@ export default {
|
|
|
examId: this.course.examId,
|
|
|
courseCode: this.course.courseCode,
|
|
|
teachCourseId: this.course.teachCourseId,
|
|
|
+ paperNumber: this.dataList[0]?.paperNumber,
|
|
|
}).catch(() => {});
|
|
|
this.loading = false;
|
|
|
if (!res) return;
|