From 0001fb5c8f4566e36ef2a784b13494c0b8b629fa Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 31 Jul 2024 17:16:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B1=E5=8E=BB=E7=84=A6=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/SearchBox.vue | 6 +++--- components/SearchBoxMx.vue | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/SearchBox.vue b/components/SearchBox.vue index 45eb768..3d5f176 100644 --- a/components/SearchBox.vue +++ b/components/SearchBox.vue @@ -35,9 +35,9 @@ }, handleBlur (e) { this.$emit('input', e.target.value) - if (e.target.value.length) { - this.$emit('handleChange', e.target.value) - } + // if (e.target.value.length) { + // this.$emit('handleChange', e.target.value) + // } this.focusState = false }, toDel () { diff --git a/components/SearchBoxMx.vue b/components/SearchBoxMx.vue index 2f132e4..e2ef607 100644 --- a/components/SearchBoxMx.vue +++ b/components/SearchBoxMx.vue @@ -39,9 +39,9 @@ }, handleBlur (e) { this.$emit('input', e.target.value) - if (e.target.value.length) { - this.$emit('handleChange', e.target.value) - } + // if (e.target.value.length) { + // this.$emit('handleChange', e.target.value) + // } this.focusState = false }, toDel () {