IDP.Integration.Bom.findGroupsByRootIdAsync() 函数
function findGroupsByRootIdAsync(option: {
rootIds: string[];
}): Promise<{
groups: BomGroupFull[];
}>;
通过关联的分组ID查询Group分组信息
参数:
-
option: { rootIds: string[]; }分组Id
@vm-type AsyncFunctionType
返回值: Promise<{ groups: BomGroupFull[]; }>