From 94249cf44736327dec9279f8c5231f3140ac6a40 Mon Sep 17 00:00:00 2001 From: wangwenrui Date: Wed, 14 Oct 2020 10:29:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/searchInput.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/nezha-fronted/src/components/common/searchInput.vue b/nezha-fronted/src/components/common/searchInput.vue index 63fe52e65..141d2ad26 100644 --- a/nezha-fronted/src/components/common/searchInput.vue +++ b/nezha-fronted/src/components/common/searchInput.vue @@ -344,14 +344,8 @@ } } }, - where: { - immediate: true, - handler(n, o) { - console.log('where', n) - } - } }, - props:{'searchMsg':Object,'defaultItem':Object,'defaultValue':Object,'inTransform':Boolean,position:{defualt:''}}, + props:['searchMsg','defaultItem','defaultValue','inTransform','position'], methods: { //dc clearSearch() {