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 {