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