Commit 814e6b6f authored by shenshaokai's avatar shenshaokai

fix: bugID=37910 待创建请购单合同-请购单创建人回显问题

parent f8e6da71
......@@ -107,7 +107,7 @@ const BiddingList = () => {
},
{
title: '创建人',
dataIndex: 'creator',
dataIndex: 'requisitionCreateName',
width: 120,
align: 'left',
},
......@@ -349,6 +349,7 @@ const BiddingList = () => {
span: 4
}
}}
keepAlive={false}
/>
</Card>
</PageHeaderWrapper>
......
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