Merge pull request #251 from dataease/pr@dev@fix_tree搜索后无法折叠

fix: tree搜索后无法折叠
This commit is contained in:
XiaJunjie2020 2021-07-16 15:00:00 +08:00 committed by GitHub
commit 08a09f3217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 6 deletions

View File

@ -36,8 +36,6 @@
:props="treeProps" :props="treeProps"
highlight-current highlight-current
@node-click="nodeClick" @node-click="nodeClick"
@node-expand="nodeExpand"
@node-collapse="nodeCollapse"
> >
<span v-if="data.type ==='group'" slot-scope="{ node, data }" class="custom-tree-node father"> <span v-if="data.type ==='group'" slot-scope="{ node, data }" class="custom-tree-node father">
<span style="display: flex;flex: 1;width: 0;"> <span style="display: flex;flex: 1;width: 0;">

View File

@ -35,8 +35,6 @@
:props="treeProps" :props="treeProps"
highlight-current highlight-current
@node-click="nodeClick" @node-click="nodeClick"
@node-expand="nodeExpand"
@node-collapse="nodeCollapse"
> >
<span v-if="data.type === 'group'" slot-scope="{ node, data }" class="custom-tree-node"> <span v-if="data.type === 'group'" slot-scope="{ node, data }" class="custom-tree-node">
<span style="display: flex;flex: 1;width: 0;"> <span style="display: flex;flex: 1;width: 0;">

View File

@ -48,8 +48,6 @@
:props="treeProps" :props="treeProps"
highlight-current highlight-current
@node-click="nodeClick" @node-click="nodeClick"
@node-expand="nodeExpand"
@node-collapse="nodeCollapse"
> >
<span v-if="data.type === 'group'" slot-scope="{ node, data }" class="custom-tree-node father"> <span v-if="data.type === 'group'" slot-scope="{ node, data }" class="custom-tree-node father">
<span style="display: flex;flex: 1;width: 0;"> <span style="display: flex;flex: 1;width: 0;">