IDP.Integration.Bom.updateGroupsAsync() 函数
function updateGroupsAsync(option: {
                groups: BomGroupEditable[];
            }): Promise<{
                groupIds: string[];
            }>;
更新分组
参数:
- 
option: { groups: BomGroupEditable[]; }分组信息
@vm-type AsyncFunctionType
 
返回值: Promise<{ groupIds: string[]; }>