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