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 }) }