WXL
昨天 69a56969fe9ee4084a03f88a5c93123587b1df65
src/api/project/reimbursement.js
@@ -28,7 +28,7 @@
// 新增报销申请
export function addReimbursement(data) {
  return request({
    url: '/project/reimbursement',
    url: '/project/reimbursement/add',
    method: 'post',
    data: data
  })