Pārlūkot izejas kodu

update

production_process
MSI\derek pirms 2 mēnešiem
vecāks
revīzija
601fddfdcb
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      src/components/PoSearch/PoSearch.tsx

+ 2
- 2
src/components/PoSearch/PoSearch.tsx Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt