From 5611cf51bc851d8d0e29dd9bdb4cefb7308950a9 Mon Sep 17 00:00:00 2001 From: Default User Date: Sat, 28 Feb 2026 09:40:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=90=9C=E7=B4=A2=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E9=87=8D=E7=BD=AE=E7=8A=B6=E6=80=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/supply.html b/supply.html index 5e8a607..085ccf9 100644 --- a/supply.html +++ b/supply.html @@ -5604,6 +5604,13 @@ return; } + // 检查是否有搜索关键词 + if (supplyData.searchKeyword) { + console.log('当前有搜索关键词,执行搜索而不是重新加载'); + await searchSupplies(); + return; + } + isLoadingSupplies = true; try {