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