fix : 修复新增分摊细节

This commit is contained in:
clay
2024-06-22 18:44:49 +08:00
parent 82634ddf97
commit dc189aa726
4 changed files with 76 additions and 61 deletions

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"
});
};