|
@@ -524,6 +524,7 @@ export default {
|
|
|
if (!this.down && this.list.length == 0) {
|
|
|
// console.log(item.id, 69);
|
|
|
//获取章下面所有节试卷列表-course/sectionExamList
|
|
|
+
|
|
|
await this.$api.reSectionExamList({
|
|
|
chapterId: item.chapterId || item.menuId,
|
|
|
courseId: item.courseId,
|
|
@@ -544,7 +545,7 @@ export default {
|
|
|
// this.getMenuExamList(item.id,item.courseId,moduleId)
|
|
|
}
|
|
|
} else {
|
|
|
- this.getSectionList(chapterId);
|
|
|
+ this.getSectionList(item.chapterId);
|
|
|
}
|
|
|
}
|
|
|
},
|