src/views/standardLibrary/index.vue @@ -139,6 +139,11 @@ watch: { filterText(val) { this.$refs.tree.filter(val); }, addTreeFormVisible(newVal){ if(newVal === false){ this.clear(); } } }, created() {