yxh
2023-09-14 3cffceecf7d670b872d23df9e2f131b67639b916
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'
  })
}