1
WXL
2023-10-07 1347d3ef8a41ac9f5e0f43f2861b9cd6ef5ce454
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'
  })
}
@@ -175,4 +175,13 @@
    url: '/project/fund/addFundSharedInfo/' + id,
    method: 'get'
  })
}
//手动计算
export function ManualCalculation(data) {
  return request({
    url: '/project/funddetail/calculateTax',
    method: 'post',
    data: data
  })
}