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