11
WXL
2024-03-27 3723244bcc4b455ccc8923bc0406952dc7acd72d
src/api/project/funddetailshared.js
@@ -20,7 +20,7 @@
// 新增费用申请明细
export function addFunddetailshared(data) {
  return request({
    url: '/project/funddetailshared',
    url: '/project/funddetailshared/add',
    method: 'post',
    data: data
  })