From a598d935a61fea27312fc57becd80e23bf09f788 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期五, 21 十月 2022 18:04:19 +0800
Subject: [PATCH] 修改bug

---
 src/views/operate/fivepack/shop/components/header/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/operate/fivepack/shop/components/header/index.vue b/src/views/operate/fivepack/shop/components/header/index.vue
index ba96679..d4899f3 100644
--- a/src/views/operate/fivepack/shop/components/header/index.vue
+++ b/src/views/operate/fivepack/shop/components/header/index.vue
@@ -65,7 +65,7 @@
         // 娓呯┖search
         clearSearch(){
             this.search = '';
-            // this.$emit('getSearch',{text:this.search});
+            this.$emit('getSearch',{text:this.search});
         },
     },
     props: ['setDialog', 'getSearch', 'flag'],

--
Gitblit v1.8.0