src/api/project/reimbursement.js
@@ -42,6 +42,13 @@ data: data }) } // export function updateReimbursement(data) { // return request({ // url: '/project/reimbursement/editMoney', // method: 'post', // data: data // }) // } // 删除报销申请 export function delReimbursement(id) { @@ -93,4 +100,12 @@ method: 'post', data: data }) } // 同步申请单到共享表 export function addShareData(id) { return request({ url: '/project/reimbursement/addShareData/' + id, method: 'get' }) }