mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
feat: 添加分数更新功能
This commit is contained in:
@@ -242,3 +242,5 @@ export const groupMemberList = (obj) => http.post('/admin/studentGroup/groupMemb
|
||||
export const delGroupStudent = (obj) => http.post('/admin/studentGroup/delStudent', obj)
|
||||
//随机分组
|
||||
export const randomGroup = (obj, projectId) => http.post(`/admin/studentGroup/randomGroup/${projectId}`, obj)
|
||||
// 更新考试分数
|
||||
export const updateScore = (data)=> http.post('/admin/student/updateStudentScore', data)
|
||||
Reference in New Issue
Block a user