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