Commit 5e10fe37 authored by shenshaokai's avatar shenshaokai

Merge branch 'fix-20221102' into 'jinfa-20221102'

fix: bugID=37910 待创建请购单合同-请购单创建人回显问题 See merge request project/jinfa-platform!508
parents 1c4fcf36 814e6b6f
......@@ -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