Commit 6e06efbf authored by qiyaxin's avatar qiyaxin

Merge remote-tracking branch 'origin/master'

parents 3efb142c 931b590d
...@@ -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