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