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