课程大纲

This commit is contained in:
@fawn-nine
2024-06-06 16:43:44 +08:00
parent b295b7ef4a
commit 62282727ff
4 changed files with 286 additions and 3 deletions

View File

@@ -205,6 +205,7 @@
if (res.code == 0 && res.labels.length > 0) {
this.treeList = res.labels
this.getCourseInfo(this.treeList[0].id)
// console.log(this.treeList[0].id,'+++++')
this.showDrawer('showRight')
} else {
this.treeList = []