This commit is contained in:
zhangsir
2024-05-21 19:54:29 +08:00
parent 502064dcf2
commit 75ae7739f2
5 changed files with 52 additions and 27 deletions

View File

@@ -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)