WXL
2025-10-11 c96768b88d575454ee06d7f4720cfbd52e7c19e0
src/api/project/fund.js
@@ -42,7 +42,7 @@
// 新增费用申请主
export function addFund(data) {
  return request({
    url: '/project/fund',
    url: '/project/fund/add',
    method: 'post',
    data: data
  })