zouyu
2023-09-06 154d53ca0f4c9a3f1a8433ae4d458f65a81341dc
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() {