mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
课程管理列表适应管理端的调整
This commit is contained in:
@@ -68,10 +68,10 @@ const revokeSubmit = function(id) {
|
||||
|
||||
/**
|
||||
* 复制课程
|
||||
* @param {Object} id
|
||||
* @param {Object}
|
||||
*/
|
||||
const copyCourse = function(id) {
|
||||
return ajax.post('/xboe/m/course/manage/copy', {id});
|
||||
const copyCourse = function(data) {
|
||||
return ajax.post('/xboe/m/course/manage/copy',data);
|
||||
}
|
||||
/*
|
||||
查询课程是否有重复名称
|
||||
|
||||
Reference in New Issue
Block a user