chenrui
2025-02-28 28f295e0fcea7bf429cf8e3b79468e70e3a2d3ef
src/components/RightToolbar/index.vue
@@ -90,7 +90,7 @@
    }
  },
  methods: {
    // 搜索
    // 查 询
    toggleSearch() {
      this.$emit("update:showSearch", !this.showSearch);
    },