fix vc-tree

pull/9/head
tjz 2018-04-11 21:36:35 +08:00
parent 8e6dd94107
commit 8aa56f7dad
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ export default {
onExpand={this.onExpand} expandedKeys={this.expandedKeys}
onCheck={this.onCheckStrictly}
checkedKeys={this.checkStrictlyKeys}
checkStrictly
>
{loop(gData)}
</Tree>

View File

@ -114,7 +114,7 @@ const Tree = {
checkStrictly: false,
draggable: false,
defaultExpandParent: true,
autoExpandParent: true,
autoExpandParent: false,
defaultExpandAll: false,
defaultExpandedKeys: [],
defaultCheckedKeys: [],