Merge pull request 'fix : 分摊详情小计与导出' (#383) from master into prod

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/383
This commit is contained in:
2024-06-22 10:49:59 +00:00

View File

@@ -15,7 +15,7 @@ export const getAllocationDetail = (allocationId) => {
}; };
export const getAllocationDetails = (allocationId) => { export const getAllocationDetails = (allocationId) => {
return request({ return request({
url: `/workflow/mosr/cost/allocation/usr/detail`, url: `/workflow/mosr/cost/allocation/usr/detail/${allocationId}`,
method: "get" method: "get"
}); });
}; };