管理者进阶跳到学习任务页面

This commit is contained in:
zhaofang
2022-06-02 15:01:25 +08:00
parent 5f358418e7
commit a1841fe797
3 changed files with 8 additions and 3 deletions

View File

@@ -373,6 +373,7 @@ export default {
};
let isTopList = [];
let data = [];
this.courseList.list = [];
apiCoursePortal.pageList(course).then(res => {
if (res.status == 200 && res.result.list.length > 0) {