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