feat: 关卡下学员获取,删除,进度图详情

This commit is contained in:
王熙东
2022-11-15 10:04:51 +08:00
parent d362f3db09
commit 3fa240bb5b
3 changed files with 144 additions and 179 deletions

View File

@@ -72,7 +72,8 @@ export const getRouterDetail = (routerId) => http.get('/admin/router/detail', {
export const addStudent = (obj) => http.post('/admin/router/addStudent', obj);
//删除学员
export const delStudent = (obj) => http.post('/admin/router/deleteStudent', obj);
// 获取学员路径图进度明细
export const stuProgress = (obj) => http.post('/admin/router/studentProcess', obj);
//项目基础信息-----------------------------------