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