IDP.Integration.Bom.findGroupsByRootIdAsync() function
通过关联的分组ID查询Group分组信息
Signature:
function findGroupsByRootIdAsync(option: {
rootIds: string[];
}): Promise<{
groups: BomGroupFull[];
}>;
Links: function findGroupsByRootIdAsync(option: { rootIds: string[]; }): Promise<{ groups: BomGroupFull[]; }>;
Parameters
Parameter | Type | Description |
---|---|---|
option | { rootIds: string[]; } | 分组Id @vm-type AsyncFunctionType |
Returns:
Promise<{ groups: BomGroupFull[]; }>