From 38043f074d3047e38663401bb1667d63d00d42e5 Mon Sep 17 00:00:00 2001 From: lld <15027638633@163.com> Date: Fri, 13 Feb 2026 00:22:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=8E=A5=E5=85=A5=E7=9C=9F?= =?UTF-8?q?=E5=AE=9E=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/index.vue b/pages/index.vue index cb4e743..190a4d9 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -159,6 +159,10 @@ export default { this.input(this.searchValue) }, input(res) { + if (!res) { + this.cancel(res) + return; + } this.listData = this.datas.filter(item => item[this.value === 0 ? 'agriName' : 'imei'].includes(res)); },