File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*Y5pcQLplFu4AAA
6464
6565### 事件
6666
67- | 事件名称 | 说明 | 回调参数 | 版本 |
68- | --------------------- | ---------------------- | ----------------------------- | - --- |
69- | change | 选中树节点时调用此函数 | function(value, label, extra) | |
70- | dropdownVisibleChange | 展开下拉菜单的回调 | function(open) | 3.0 |
71- | search | 文本框值变化时回调 | function(value: string) | |
72- | select | 被选中时调用 | function(value, node, extra) | |
73- | treeExpand | 展开节点时调用 | function(expandedKeys) | |
67+ | 事件名称 | 说明 | 回调参数 | 版本 |
68+ | --- | --- | --- | --- |
69+ | change | 选中树节点或输入值发生变化时调用此函数 | function(value, label, extra) | |
70+ | dropdownVisibleChange | 展开下拉菜单的回调 | function(open) | 3.0 |
71+ | search | 文本框值变化时回调 | function(value: string) | |
72+ | select | 树节点被选中时调用 | function(value, node, extra) | |
73+ | treeExpand | 展开树节点时调用 | function(expandedKeys) | |
7474
7575### Tree 方法
7676
You can’t perform that action at this time.
0 commit comments