防抖
This commit is contained in:
@ -4,7 +4,7 @@ import { treeData } from './services'; // 你的接口
|
||||
|
||||
export interface AccessDepartmentSelectProps {
|
||||
value?: string | number;
|
||||
onChange?: (value: string | number) => void;
|
||||
onChange?: (value: string | number, label: any, extra: any) => void;
|
||||
placeholder?: string;
|
||||
disabled?: boolean;
|
||||
orgCategory?: string;
|
||||
|
Reference in New Issue
Block a user