Parcourir la source

update

production_process
MSI\derek il y a 2 mois
Parent
révision
601fddfdcb
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      src/components/PoSearch/PoSearch.tsx

+ 2
- 2
src/components/PoSearch/PoSearch.tsx Voir le fichier

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


Chargement…
Annuler
Enregistrer