mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 14:26:43 +08:00
管理者进阶跳到学习任务页面
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user