fix vc-tree
parent
8e6dd94107
commit
8aa56f7dad
|
@ -153,7 +153,7 @@ export default {
|
|||
onExpand={this.onExpand} expandedKeys={this.expandedKeys}
|
||||
onCheck={this.onCheckStrictly}
|
||||
checkedKeys={this.checkStrictlyKeys}
|
||||
|
||||
checkStrictly
|
||||
>
|
||||
{loop(gData)}
|
||||
</Tree>
|
||||
|
|
|
@ -114,7 +114,7 @@ const Tree = {
|
|||
checkStrictly: false,
|
||||
draggable: false,
|
||||
defaultExpandParent: true,
|
||||
autoExpandParent: true,
|
||||
autoExpandParent: false,
|
||||
defaultExpandAll: false,
|
||||
defaultExpandedKeys: [],
|
||||
defaultCheckedKeys: [],
|
||||
|
|
Loading…
Reference in New Issue