/** * @file 移动端人员、部门、角色、岗位选择 * @author fex */ import React from 'react'; import type { Option } from 'jamis-core'; import type Sortable from 'sortablejs'; import type { UserTabSelectProps } from './types'; interface UserTabSelectState { isOpened: boolean; isSearch: boolean; isSelectOpened: boolean; inputValue: string; breadList: Array; options: Array