11
WXL
2023-10-31 be42af700f901f496db68d97ab46e2c1d4bef85a
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
  })
}