11
WXL
2024-05-13 444955f503fb09730393cecc21edc2638dc6ff93
src/api/project/reimbursementdetail.js
@@ -52,7 +52,7 @@
export function addReimbursementdetail(data) {
  
  return request({
    url: '/project/reimbursementdetail',
    url: '/project/reimbursementdetail/add',
    method: 'post',
    data: data
  })