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