Commit 9afdfaef authored by lxd's avatar lxd

feat: 问题修复

parent e8bc5052
......@@ -70,7 +70,6 @@ export default () => {
orderTimeEndAt: params.orderTime?.[1],
auditStatus: 2,
};
return searchList(tempParams, type);
};
const columns = [
......@@ -103,7 +102,7 @@ export default () => {
key="passaudit"
columns={columns}
request={params => query(params, 2)}
rowKey={r => r.orderId}
rowKey={r => r.orderId + r.serviceNo}
pagination={{
pagesSize: 20,
}}
......
......@@ -161,7 +161,7 @@ export default () => {
<ProTable
columns={columns}
request={params => query(params, 1)}
rowKey={r => r.orderId}
rowKey={r => r.orderId + r.serviceNo}
pagination={{
pagesSize: 20,
}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment