fix : 分摊详情小计与导出

This commit is contained in:
2024-06-22 18:49:14 +08:00
parent e849c6cde6
commit 2d9bba98a7

View File

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