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