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