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