## 打开部门列表进行选择部门 ``` ea55_open_show_id({ title: '部门列表', tab: 50, one_winName:api.winName, names: 'ea55_open_show_50',//窗口组 传的话可以批量关闭 // entId: enterprise_id }, function (value, err) { console.log('选择部门列表 返回:' + JSON.stringify(value)); }); ```