Procházet zdrojové kódy

update

production_process
MSI\derek před 2 měsíci
rodič
revize
601fddfdcb
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      src/components/PoSearch/PoSearch.tsx

+ 2
- 2
src/components/PoSearch/PoSearch.tsx Zobrazit soubor

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


Načítá se…
Zrušit
Uložit