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