Commit 931b590d authored by 祁正's avatar 祁正

出差申请-通过

parent ac9e5882
...@@ -80,6 +80,14 @@ export function projectCostReimbursementNotPass(query) { ...@@ -80,6 +80,14 @@ export function projectCostReimbursementNotPass(query) {
}) })
} }
//出差申请-通过
export function tripApplicationApproval(query) {
return request({
url: '/expenseApproval/tripApplicationApproval',
method: 'post',
data:query
})
}
// 3.出差申请审批 // 3.出差申请审批
//出差申请审批-通过 //出差申请审批-通过
export function tripApplicationPass(query) { export function tripApplicationPass(query) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment