fix : 修改分摊汇总bug
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user