yxh
yxh
2024-01-03 ad33e8834b09f52f3751be207b75346ab6be7494
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
  })
}