左侧树菜单要展开,菜单里的子树默认收起
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
highlight-current
|
||||
@node-click="treeClick"
|
||||
:filter-node-method="filterNode"
|
||||
default-expand-all
|
||||
:expand-on-click-node="false">
|
||||
<span class="custom-tree-node" slot-scope="{ node, data }" @mouseenter="mouseenter(data)" @mouseleave="mouseleave(data)">
|
||||
<span :class="data.children.length !== 0 ? 'is-show' : 'is-leaf-none'"></span>
|
||||
@@ -2129,7 +2128,7 @@
|
||||
creationTime: ''
|
||||
},
|
||||
removeOneId: '',
|
||||
sideClose: true, // 边栏收展状态
|
||||
sideClose: false, // 边栏收展状态
|
||||
twoOptions: [],
|
||||
threeOptions: [],
|
||||
orgData: [],
|
||||
|
||||
Reference in New Issue
Block a user