1.3、获取组织架构详情

# 编辑详情 ## request ```js { id: ''// 列表id } ``` ## response ```js { code: '200', msg: '', data: { departmentName: '',// 部门名称 higherDepartment: ''// 上级部门id } } ```