瀏覽代碼

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


Loading…
取消
儲存