11
WXL
2024-05-13 75fe7bc75b175ba7f0c8784b56257de9b1f31360
src/api/project/reimbursementdetail.js
@@ -52,7 +52,7 @@
export function addReimbursementdetail(data) {
  
  return request({
    url: '/project/reimbursementdetail',
    url: '/project/reimbursementdetail/add',
    method: 'post',
    data: data
  })