WXL
2026-06-04 3e280975ba21c9b311f3538788c220bdd70e16bc
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
  })