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