Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Feb 3, 2019
1 parent cdc26c1 commit 893ba89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/system/unit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
highlight-current
:default-expanded-keys="['00000000-0000-0001-0000-000000000000']"
@node-click="unitTreeClick"
:filter-node-method="filterNode"

/>
</el-col>
<el-col :span="16">
Expand Down Expand Up @@ -119,7 +121,7 @@ export default {
watch: {
filterText(val) {
this.$nextTick(() => {
this.$refs.depttree.filter(val);
this.$refs.unittree.filter(val);
})
},
},
Expand Down

0 comments on commit 893ba89

Please sign in to comment.