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