fix : 修复分摊汇总及编辑功能
This commit is contained in:
@@ -38,3 +38,19 @@ export const getProjectOption = () => {
|
||||
method: "get"
|
||||
});
|
||||
};
|
||||
export const getAllocationCollect = (allocationId) => {
|
||||
return request({
|
||||
url: '/workflow/mosr/cost/allocation/collect',
|
||||
method: "get",
|
||||
params:{
|
||||
allocationId:allocationId
|
||||
}
|
||||
});
|
||||
};
|
||||
export const editAllocation = (data) => {
|
||||
return request({
|
||||
url: '/workflow/mosr/cost/allocation/edit',
|
||||
method: "post",
|
||||
data
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user