feat:学员获取 搜索重置查看 关卡阶段定位

This commit is contained in:
宋文超
2022-11-17 16:16:14 +08:00
parent 2129610601
commit 54b6e4d6ec
10 changed files with 473 additions and 430 deletions

View File

@@ -25,4 +25,7 @@ export const topStudent = (obj) => http.post('/admin/project/topStudent', obj)
export const overview = (obj) => http.get('/admin/project/overview', { params: obj })
//设置项目积分规则
export const setScoreRule = (obj) => http.post('/admin/project/setScoreRule', obj)
export const setScoreRule = (obj) => http.post('/admin/project/setScoreRule', obj)
//获取学员积分明细列表
export const studentScoreList = (obj) => http.post('/admin/project/studentScoreList', obj)