mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 17:26:46 +08:00
接口调整
This commit is contained in:
@@ -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)
|
||||
//列表查看讲师费审批(用于讲师费管理查看讲师费详情里面)
|
||||
|
||||
Reference in New Issue
Block a user