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