From 4c92a1ad4d13b0ee3a559a1e1503624853b85b30 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 25 May 2026 05:45:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=9F=8E=E5=B8=82=E4=B8=BB?= =?UTF-8?q?=E8=A1=8C=E5=90=8C=E6=97=B6=E9=80=89=E4=B8=AD=E5=B9=B6=E5=B1=95?= =?UTF-8?q?=E5=BC=80/=E6=94=B6=E8=B5=B7=E6=B8=A9=E5=BA=A6=E6=A1=A3?= =?UTF-8?q?=E4=BD=8D=E5=AD=90=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components/dashboard/ScanTerminalDashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/dashboard/ScanTerminalDashboard.tsx b/frontend/components/dashboard/ScanTerminalDashboard.tsx index cf84a235..eecd9fc4 100644 --- a/frontend/components/dashboard/ScanTerminalDashboard.tsx +++ b/frontend/components/dashboard/ScanTerminalDashboard.tsx @@ -357,7 +357,7 @@ function CityGroupedTable({ "cursor-pointer border-b border-slate-100 hover:bg-slate-50/80", selectedId === best.id && "bg-blue-50/50" )} - onClick={() => onSelect(best)} + onClick={() => { onSelect(best); if (hasMultiple) toggle(city); }} >