11
WXL
2024-01-18 961a622b0cb1a8d6015363bc42baf133ecc4ce91
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
  })
}