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