/** * @file 移动端人员、部门、角色、岗位选择 * @author fex */ /// /// import React from 'react'; import { Payload, ThemeProps } from 'amis-core'; import { LocaleProps } from 'amis-core'; import type { Option } from 'amis-core'; import Sortable from 'sortablejs'; import { SpinnerExtraProps } from './Spinner'; import { Api, PlainObject } from 'amis-core'; export interface UserSelectProps extends ThemeProps, LocaleProps, SpinnerExtraProps { showNav?: boolean; navTitle?: string; options: Array; value?: Array