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