11
WXL
2023-09-09 43ccabd8163bba887ba50cc5d029334672dcfa59
src/api/project/funddetail.js
@@ -65,8 +65,8 @@
// 修改费用申请明细
export function updateFunddetail(data) {
  return request({
    url: '/project/funddetail',
    method: 'put',
    url: '/project/funddetail/edit',
    method: 'post',
    data: data
  })
}