@@ -10,7 +10,7 @@
:checkable="checkable"
@check="onCheck"
v-model="checkList"
- :auto-expand-parent="autoExpandParent"
+
ref="tree"
>
<template slot="custom" slot-scope="item">
@@ -27,7 +27,7 @@
@@ -8,7 +8,7 @@
:expanded-keys="expandedKeys"
@expand="onExpand"
@@ -9,7 +9,7 @@
@@ -37,7 +37,7 @@
<a-tree
v-model="checkedKeys"
checkable
:selected-keys="selectedKeys"
:tree-data="treeData"
@select="onSelect"