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);