Bläddra i källkod

update

production_process
MSI\derek 2 månader sedan
förälder
incheckning
601fddfdcb
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      src/components/PoSearch/PoSearch.tsx

+ 2
- 2
src/components/PoSearch/PoSearch.tsx Visa fil

@@ -148,8 +148,8 @@ const PoSearch: React.FC<Props> = ({
...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);


Laddar…
Avbryt
Spara