mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
细节
This commit is contained in:
@@ -160,4 +160,6 @@ export const deletedPermission = (data) => http.get('/activityApi/examinePermiss
|
||||
// }
|
||||
|
||||
//依旧id查找教师
|
||||
export const getTeacherId = (data) => http.get('/activityApi/teacher/getTeacherId',{params:data})
|
||||
export const getTeacherId = (data) => http.get('/activityApi/teacher/getTeacherId',{params:data})
|
||||
//更改状态
|
||||
export const updateStatus = (data) => http.post('/activityApi/examine/updateStatus',data)
|
||||
Reference in New Issue
Block a user