OrgSelectTag (部门树列表选择标签) === **示例:** ``` <t:orgSelect selectedNamesInputId="orgNames" selectedIdsInputId="orgIds"></t:orgSelect> ``` **参数:** | 属性名| 类型| 描述| 是否必须| 默认值| | -------- | ----- | ---- |----- | ---- | | title| string| 标题| 否| null| | selectedIdsInputId| string| 用于记录已选择部门编号的input的id| 是| null| | selectedNamesInputId| string| 用于显示已选择部门名称的input的id| 是| null| | inputWidth| string| 输入框宽度| 否| null| | windowWidth| string| 弹出窗口宽度| 否| null| | windowHeight| boolean| 弹出窗口高度| 否| FALSE| | departIdsDefalutVal| string| 部门ids 默认值| 否| null| | departNamesDefalutVal| string| 部门names 默认值| 否| null| | readonly| string| 是否只读| 否| readonly| | hasLabel| Boolean| 是否带有Label| 否| FALSE|