11
WXL
2024-03-14 8236d0e2b4d1670164217c5dc91746e85be1f796
src/api/project/funddetailshared.js
@@ -20,7 +20,7 @@
// 新增费用申请明细
export function addFunddetailshared(data) {
  return request({
    url: '/project/funddetailshared',
    url: '/project/funddetailshared/add',
    method: 'post',
    data: data
  })