mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 12:56:45 +08:00
讲师管理bug
This commit is contained in:
@@ -97,3 +97,7 @@ export const isConfirm = (obj) => http.post('/admin/expenseBill/isConfirm',obj)
|
||||
export const parentList = () => http.get('/admin/affiliation/parentList')
|
||||
//讲师级别获取
|
||||
export const getAllLevelList = () => http.get('/admin/system/getAllLevelList')
|
||||
//删除讲师费
|
||||
export const deleteLecturerFee = (obj) => http.post(`/admin/teacherExpense/delById?id=${obj.id}`,obj)
|
||||
//停用/启用讲师费
|
||||
export const updateLecturerFee = (obj) => http.post(`/admin/teacherExpense/isEnable?id=${obj.id}&status=${obj.status}`,obj)
|
||||
|
||||
Reference in New Issue
Block a user