Ver a proveniência

update

production_process
MSI\derek há 2 meses
ascendente
cometimento
601fddfdcb
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      src/components/PoSearch/PoSearch.tsx

+ 2
- 2
src/components/PoSearch/PoSearch.tsx Ver ficheiro

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


Carregando…
Cancelar
Guardar