From 601fddfdcbf73ba84a70830dd4acc899402226f7 Mon Sep 17 00:00:00 2001 From: "MSI\\derek" Date: Tue, 17 Jun 2025 17:43:03 +0800 Subject: [PATCH] update --- src/components/PoSearch/PoSearch.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PoSearch/PoSearch.tsx b/src/components/PoSearch/PoSearch.tsx index b9f95fd..b3943bc 100644 --- a/src/components/PoSearch/PoSearch.tsx +++ b/src/components/PoSearch/PoSearch.tsx @@ -148,8 +148,8 @@ const PoSearch: React.FC = ({ ...pagingController, ...filterArgs, }; - // const res = await fetchPoListClient(params); - const res = await testing(params); + const res = await fetchPoListClient(params); + // const res = await testing(params); if (res) { console.log(res.records); setFilteredPo(res.records);