yxh
yxh
2024-01-04 1ab59cd7f144002071572e2b6d8e9e0b84a24129
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',
  })
}