接口调整

This commit is contained in:
wangxuemei
2024-10-23 17:05:10 +08:00
parent 40246afe39
commit ca46e61d8d
5 changed files with 77 additions and 175 deletions

View File

@@ -21,11 +21,11 @@ export const queryById= (obj) => http.get('/admin/expenseBill/queryById',{params
export const withdrawRecord= (obj) => http.post('/admin/expenseBill/withdrawRecord',obj)
//确认讲师费
export const confirm= (obj) => http.post('/admin/teacherExpense/confirm',obj)
//获取培训发生组织列表
export const getTrainOrg= (obj) => http.post('/teacher/fee/getTrainOrg',obj)
export const getTrainOrg= (obj) => http.get('/admin/affiliation/list',{params: obj})
//获取讲师级别
export const getTeacherLevel= (obj) => http.post('/teacher/fee/getTeacherLevel',obj)
//列表查看讲师费审批(用于讲师费管理查看讲师费详情里面)