讲师管理bug

This commit is contained in:
zhangsir
2024-11-18 20:38:43 +08:00
parent fab939d39f
commit 23e74a5e7b
2 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ export const queryTeacherFeeTotalList= (obj) => http.post('/teacher/fee/queryTea
//汇总上月讲师费
export const getPreviousTeacherFee= (obj) => http.post('/teacher/fee/getPreviousTeacherFee',obj)
//汇总上月讲师费月度数据
export const CreateMonthSummary= (obj) => http.post('/admin/expenseSummary/CreateMonthSummary',obj)
export const CreateMonthSummary= (obj) => http.post('/admin/expenseSummary/createMonthSummary',obj)
//讲师费统计列表
export const expenseSummaryList= (obj) => http.get('/admin/expenseSummary/list',{params:obj})
//提交/撤回
@@ -50,6 +50,6 @@ export const CreateSummary= () => http.post('/admin/expenseBill/CreateSummary')
//审批列表中编辑讲师费审批弹框-查询讲师费
export const queryExpnseByBillId= (obj) => http.get('/admin/expenseBill/queryExpnseByBillId',{params:obj})
//
export const CreateSummaryAgain= () => http.post('/admin/expenseBill/CreateSummaryAgain')
export const CreateSummaryAgain= () => http.post('/admin/expenseBill/createSummaryAgain')
//
export const submitApproval= (obj) => http.post('/admin/expenseBill/submitApproval',obj)