浏览代码

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, ...pagingController,
...filterArgs, ...filterArgs,
}; };
// const res = await fetchPoListClient(params);
const res = await testing(params);
const res = await fetchPoListClient(params);
// const res = await testing(params);
if (res) { if (res) {
console.log(res.records); console.log(res.records);
setFilteredPo(res.records); setFilteredPo(res.records);


正在加载...
取消
保存