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