# FxUI.organization.getDepartmentsByIds(departmentIds)

该方法通过部门IDs获取部门信息。

# 参数

参数 说明 类型 可选值 默认值
departmentIds 部门IDs array

# 用法

该方法返回部门信息,示例如下:

const departments = FxUI.organization.getDepartmentsByIds([1000,1001]);
console.log(departments);
lastUpdate: 2022-4-20 11:30:42