mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
导入模版
This commit is contained in:
@@ -25,7 +25,7 @@ export const getAddress = (obj) => http.post('/admin/teacher/getAddress', obj)
|
||||
export const getCharges = (obj) => http.post('/teacher/fee/getCharges', obj)
|
||||
|
||||
//讲师费发放情况
|
||||
export const exportTeacherExpense = (obj) => http.get('/admin/export/exportTeacherExpense', {params: obj})
|
||||
export const exportTeacherExpense = (obj) => http.get('/admin/export/exportExpenseTemplate', {params: obj})
|
||||
|
||||
|
||||
//上传组件
|
||||
|
||||
Reference in New Issue
Block a user