mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 01:46:44 +08:00
提交
This commit is contained in:
@@ -51,11 +51,18 @@ const reportList = function(data) {
|
||||
const courseList = function(data) {
|
||||
return ajax.postJson('/b1/system/search/list',data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除课程
|
||||
* @param {Object} ms_timeline_kid
|
||||
*/
|
||||
const delLearning = function(ms_timeline_kid) {
|
||||
return ajax.post('/b1/system/user/ms-timeline-delete',{ms_timeline_kid});
|
||||
}
|
||||
|
||||
export default {
|
||||
myLearning,
|
||||
cmtaskList,
|
||||
reportList,
|
||||
courseList
|
||||
courseList,
|
||||
delLearning
|
||||
}
|
||||
|
||||
@@ -777,6 +777,7 @@
|
||||
isOld: true,
|
||||
progress: item.completeProgress,
|
||||
status: status,
|
||||
kid:item.ms_timeline_kid
|
||||
})
|
||||
})
|
||||
return list;
|
||||
|
||||
Reference in New Issue
Block a user