소스 검색

update

production_process
MSI\derek 2 달 전
부모
커밋
601fddfdcb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/components/PoSearch/PoSearch.tsx

+ 2
- 2
src/components/PoSearch/PoSearch.tsx 파일 보기

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


불러오는 중...
취소
저장