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