Commit 2332cd3d authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 待新增招标新增按钮添加门户判断

parent 8cd7b8aa
......@@ -141,7 +141,7 @@ const ReadyAddBid:React.FC<ReadyAddBidProps> = (props) => {
<Button
icon={<PlusCircleOutlined />}
type='primary'
onClick={() => history.push('/memberCenter/procurementAbility/callForBids/readyAddBid/add')}
onClick={clickAdd}
>
{intl.formatMessage({ id: 'table.purchase.added' })}
</Button>
......
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