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