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