跳到主要内容

orgSelect

本 Demo 演示用法

props

属性描述类型必填默认值
value值可使用整个Opp对象或id作为值Org | Org['id']-
disabled禁用boolean-
orgId根据orgId过滤pathHasPrefixstring-
appIdappId授权的组织列表string-
kind类型OrgKind-
where查询条件OrgWhereInput-
suffix禁用时替换search的显示位置ReactNode-
inputProps参考InputProps-
modalProps参考ModalProps-
proTableProps参考ProTableProps-
dataSource外部数据源提供应用列表配合value是id的时候初始化数据Org[]-
changeValue会改变onChange的第一个参数的值keyof Org-
onChangechangeValue=id时value的值为id,默认value是Org(value?:any,original?:App)=>void-