11
WXL
2024-02-23 fdafd7881a9fc9eaf54f2a22d99509aea6575abc
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
  })