11
WXL
2024-04-09 c27ea97634aec2b6c8f0e6c535d809f1c809f0d0
src/api/project/distributesummary.js
@@ -28,7 +28,7 @@
// 新增专家费用分发汇总主
export function addDistributesummary(data) {
  return request({
    url: '/project/distributesummary',
    url: '/project/distributesummary/add',
    method: 'post',
    data: data
  })