yxh
2024-04-22 abff8ae6903a7f95eca4779b27434ee39ed72844
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
  })