yxh
2023-09-12 69505a69fbfa11384a480487a937369e58de2de2
src/api/project/fund.js
@@ -67,8 +67,8 @@
// 删除费用申请主
export function delFund(id) {
  return request({
    url: '/project/fund/' + id,
    method: 'delete'
    url: '/project/fund/remove/' + id,
    method: 'get'
  })
}