diff --git a/src/api/Lecturer.js b/src/api/Lecturer.js index 287e9404..075b0496 100644 --- a/src/api/Lecturer.js +++ b/src/api/Lecturer.js @@ -74,7 +74,7 @@ export const getListByStatus = (obj) => http.get(`/admin/teacherExpense/getListB //根据发生组织查询汇总的数据(一键确认弹框使用) export const getListByAffiliation = (obj) => http.get(`/admin/teacherExpense/getListByAffiliation?ids=${obj.ids}&beginTime=${obj.beginTime}&endTime=${obj.endTime}&name=${obj.name}&`) //确认/一键确认 -export const teacherExpenseConfirm = (obj) => http.post('/admin/expenseBill/createSummary',obj) +export const teacherExpenseConfirm = (obj) => http.post(`/admin/expenseBill/createSummary`,obj) //确认审批 export const submitApproval = (obj) => http.post('/admin/expenseBill/submitApproval',obj) //提交/撤回 diff --git a/src/components/project/BatchLecturer.vue b/src/components/project/BatchLecturer.vue index db144139..ff6a0c8f 100644 --- a/src/components/project/BatchLecturer.vue +++ b/src/components/project/BatchLecturer.vue @@ -1,12 +1,12 @@