11
WXL
2023-09-18 d448ce28415207d041acbf8c4cefd6850942a4ba
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',
  })
}