Skip to content

FsDictTree

字典树选择组件 支持 a-tree-select 参数

Props

Prop nameDescriptionTypeValuesDefault
dict数据字典--
options可选项,比 dict.data 优先级高array-
placeholderplaceholderstring-
transformDictData转换 DictDatafunc-undefined

Events

Event namePropertiesDescription
dict-change字典数据变化事件
selected-change选中值变化事件,可以获取到当前选中的 option 对象
change值变化事件