11
WXL
2023-09-12 4fa538e7bf39c9b7d6759d33decfb9e27ce5cb2b
src/api/project/fund.js
@@ -67,7 +67,7 @@
// 删除费用申请主
export function delFund(id) {
  return request({
    url: '/project/fund/' + id,
    url: '/project/fund/remove/' + id,
    method: 'get'
  })
}