Browse Source

树搜索

master
jiangyy 4 years ago
parent
commit
c6d79f46d6
  1. 2
      epmet-oper-web/src/views/modules/base/community/community.vue

2
epmet-oper-web/src/views/modules/base/community/community.vue

@ -239,7 +239,7 @@ export default {
},
watch: {
filterText (val) {
this.$refs.tree.filter(val);
this.$refs.ref_tree.filter(val);
}
},
components: {

Loading…
Cancel
Save