From 31d91bceb0e1381c8ad63353dfe1a610250d83b4 Mon Sep 17 00:00:00 2001 From: dxc Date: Wed, 11 Mar 2026 13:43:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=81=A2=E5=A4=8D=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A1=86=E5=8E=9F=E6=9C=89=E7=9A=84=E5=8A=A8=E6=80=81=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=B9=B6=E4=B8=8E=E6=8C=87?= =?UTF-8?q?=E5=AE=9A=E5=AD=97=E6=AE=B5=E7=B2=BE=E7=A1=AE=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=89=8D=E7=BC=80=E5=AE=8C=E7=BE=8E=E8=9E=8D=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inventory-web/src/views/material/list.vue | 4 ++-- inventory-web/src/views/stock/inbound/buy.vue | 4 ++-- inventory-web/src/views/stock/inbound/product.vue | 4 ++-- inventory-web/src/views/stock/inbound/semi.vue | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/inventory-web/src/views/material/list.vue b/inventory-web/src/views/material/list.vue index eec7ee0..4547f9f 100644 --- a/inventory-web/src/views/material/list.vue +++ b/inventory-web/src/views/material/list.vue @@ -8,10 +8,10 @@ placeholder="请输入搜索关键字" style="width: 320px; margin-right: 10px;" clearable - @keyup.enter="handleQuery" + @input="handleInputSearch" >