From 4cd64e4d7330fdc0b13dfa5a0b7090a4fbb872bb Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期二, 01 十一月 2022 18:12:10 +0800 Subject: [PATCH] 视频巡查 --- src/views/operate/fivepack/shop/components/header/index.vue | 3 +-- 1 files changed, 1 insertions(+), 2 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..bdda097 100644 --- a/src/views/operate/fivepack/shop/components/header/index.vue +++ b/src/views/operate/fivepack/shop/components/header/index.vue @@ -59,13 +59,12 @@ done(); }) .catch(err=>{ - console.log(err) }) }, // 娓呯┖search clearSearch(){ this.search = ''; - // this.$emit('getSearch',{text:this.search}); + this.$emit('getSearch',{text:this.search}); }, }, props: ['setDialog', 'getSearch', 'flag'], -- Gitblit v1.8.0