fix : 修复细节
This commit is contained in:
@@ -19,3 +19,10 @@ export const getAllocationProcess = () => {
|
||||
method: "get"
|
||||
});
|
||||
};
|
||||
export const getAllocationDetailList = (params) => {
|
||||
return request({
|
||||
url: '/workflow/mosr/cost/allocation/process',
|
||||
method: "get",
|
||||
params:params
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user