fix : 修改分摊汇总bug

This commit is contained in:
2024-06-06 22:13:14 +08:00
parent 4ddd53cec7
commit e1a7b46b35
3 changed files with 16 additions and 37 deletions

View File

@@ -38,15 +38,7 @@ export const getProjectOption = () => {
method: "get"
});
};
export const getAllocationCollect = (allocationId) => {
return request({
url: '/workflow/mosr/cost/allocation/collect',
method: "post",
params:{
allocationId:allocationId
}
});
};
export const editAllocation = (data) => {
return request({
url: '/workflow/mosr/cost/allocation/edit',