Kaynağa Gözat

update

production_process
MSI\derek 2 ay önce
ebeveyn
işleme
601fddfdcb
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      src/components/PoSearch/PoSearch.tsx

+ 2
- 2
src/components/PoSearch/PoSearch.tsx Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet