课程管理列表适应管理端的调整

This commit is contained in:
daihh
2023-03-04 14:39:16 +08:00
parent c33f71f64f
commit 9778a7f7ee
3 changed files with 54 additions and 7 deletions

View File

@@ -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);
}
/*
查询课程是否有重复名称