zhuo
2025-04-22 00d9d8d47463c1ecc7d2218593a6efb313d084a2
src/components/RightToolbar/index.vue
@@ -90,7 +90,7 @@
    }
  },
  methods: {
    // 搜索
    // 查 询
    toggleSearch() {
      this.$emit("update:showSearch", !this.showSearch);
    },