yxh
2026-04-25 002f765b0cc29ce75e6c6a965d2011c27bcc254b
src/api/project/reimbursementdetailshared.js
@@ -20,7 +20,7 @@
// 新增报销申请明细
export function addReimbursementdetailshared(data) {
  return request({
    url: '/project/reimbursementdetailshared',
    url: '/project/reimbursementdetailshared/add',
    method: 'post',
    data: data
  })