From fd3e4a640f912957ee67f810543e4549f47f7a87 Mon Sep 17 00:00:00 2001 From: "CANCERYS\\kw093" Date: Thu, 16 Oct 2025 16:47:16 +0800 Subject: [PATCH] update --- src/components/FinishedGoodSearch/GoodPickExecution.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/FinishedGoodSearch/GoodPickExecution.tsx b/src/components/FinishedGoodSearch/GoodPickExecution.tsx index 1aa1d85..1f54bcc 100644 --- a/src/components/FinishedGoodSearch/GoodPickExecution.tsx +++ b/src/components/FinishedGoodSearch/GoodPickExecution.tsx @@ -965,6 +965,7 @@ return ( onPickOrderAssigned={() => { if (currentUserId) { fetchAllCombinedLotData(currentUserId); + fetchFgPickOrdersData(); } }} />