11
WXL
2024-04-22 c2486044121750d274d40aac2e65b47d4c25b5c9
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
  })