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