--fix 复制

This commit is contained in:
yuping
2023-02-17 21:18:09 +08:00
parent b29e31721f
commit 2d3a95f1bd
2 changed files with 764 additions and 761 deletions

View File

@@ -32,6 +32,7 @@ export const edit = (obj) => http.post("/admin/offcourse/edit", obj);
//7新建或编辑面授课开课 //7新建或编辑面授课开课
export const editPlan = (obj) => http.post("/admin/offcourse/editPlan", obj); export const editPlan = (obj) => http.post("/admin/offcourse/editPlan", obj);
export const copyCoursePlan = (params) => http.get("/admin/offcourse/copyCoursePlan", {params}); export const copyCoursePlan = (params) => http.get("/admin/offcourse/copyCoursePlan", {params});
export const copyCourse = (params) => http.get("/admin/offcourse/copyCourse", {params});
//8课程导出 //8课程导出
export const exportP = (obj) => http.post("/admin/offcourse/export", obj); export const exportP = (obj) => http.post("/admin/offcourse/export", obj);
//9操作面授课(发布,撤回,删除,审核,停用) //9操作面授课(发布,撤回,删除,审核,停用)

File diff suppressed because it is too large Load Diff