This commit is contained in:
tcy
2025-08-23 06:31:22 +08:00
parent dbb649d1ce
commit cfb6085bbf
4 changed files with 21 additions and 9 deletions

View File

@ -143,6 +143,13 @@ export const getDictList = (query: any): AxiosPromise<any[]> => {
params: query
});
};
export const coryEngineeringList = (query: any): AxiosPromise<any[]> => {
return request({
url: '/cailiaoshebei/mrpBase/coryEngineeringList',
method: 'get',
params: query
});
};
/**
* 获取到物资状态为已完成的版本
*/