11
yxh
2023-09-14 d590567cd0a27825f0a948979c6d4da853ad5f16
src/api/project/fund.js
@@ -49,6 +49,13 @@
}
// 修改费用申请主
// export function updateFund(data) {
//   return request({
//     url: '/project/fund',
//     method: 'put',
//     data: data
//   })
// }
export function updateFund(data) {
  return request({
    url: '/project/fund/fundEdit',
@@ -61,7 +68,7 @@
export function delFund(id) {
  return request({
    url: '/project/fund/' + id,
    method: 'delete'
    method: 'get'
  })
}