feat:公告 历史公告 更改是否优秀 分页 组员名单对接 组员名单各操作

This commit is contained in:
songwc
2022-11-11 18:14:45 +08:00
parent ee03a13e6e
commit 6690a69d80
7 changed files with 752 additions and 276 deletions

View File

@@ -16,4 +16,7 @@ export const deleteGroup = (obj) => http.delete('/admin/project/deleteGroup', {
export const editGroup = (obj) => http.post('/admin/project/editGroup', obj)
//查看学员
export const studentProcess = (obj) => http.get('/admin/project/studentProcess', { params: obj })
export const studentProcess = (obj) => http.get('/admin/project/studentProcess', { params: obj })
//是否优秀学员
export const topStudent = (obj) => http.post('/admin/project/topStudent', obj)