fix : 修复费用分摊详情渲染数据问题

This commit is contained in:
2024-06-06 01:15:12 +08:00
parent 1c204b39df
commit ec4c61d758
6 changed files with 64 additions and 36 deletions

View File

@@ -21,7 +21,7 @@ export const getAllocationProcess = () => {
};
export const getAllocationDetailList = (params) => {
return request({
url: '/workflow/mosr/cost/allocation/process',
url: '/workflow/mosr/cost/allocation/usr',
method: "get",
params:params
});