WXL
2026-06-11 f806aff5702fc6be9c9348d51964366cbf434bf7
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
  })