mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
讲师管理bug
This commit is contained in:
@@ -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 queryExpnseByBillId= (obj) => http.get('/admin/expenseBill/queryExpnseByBillId',{params:obj})
|
||||||
//
|
//
|
||||||
export const CreateSummaryAgain= () => http.post('/admin/expenseBill/createSummaryAgain')
|
export const CreateSummaryAgain= (id) => http.post(`/admin/expenseBill/createSummaryAgain?billId=${id}`)
|
||||||
//
|
//
|
||||||
export const submitApproval= (obj) => http.post('/admin/expenseBill/submitApproval',obj)
|
export const submitApproval= (obj) => http.post('/admin/expenseBill/submitApproval',obj)
|
||||||
@@ -427,7 +427,7 @@ export default {
|
|||||||
dialog({
|
dialog({
|
||||||
content: '正在重新汇总数据,请稍后...',
|
content: '正在重新汇总数据,请稍后...',
|
||||||
ok: () => {
|
ok: () => {
|
||||||
CreateSummaryAgain().then(res=>{
|
CreateSummaryAgain(route.query.id).then(res=>{
|
||||||
search();
|
search();
|
||||||
}).catch(err=>{
|
}).catch(err=>{
|
||||||
message.destroy()
|
message.destroy()
|
||||||
|
|||||||
Reference in New Issue
Block a user