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