11
WXL
2023-10-16 29b4ba2b27bd486b6beccb6f03678d8eb8d7b862
src/api/project/reimbursementdetail.js
@@ -78,7 +78,7 @@
export function delReimbursementdetail(id) {
  return request({
    url: '/project/reimbursementdetail/deleteDetail/' + id,
    method: 'delete'
    method: 'get',
  })
}
@@ -101,7 +101,7 @@
export function delReimbursementdetailrbid(rbid) {
  return request({
    url: '/project/reimbursementdetail/deleteByRBId/' + rbid,
    method: 'delete'
    method: 'get',
  })
}