Merge branch '20230110-审批单跳转地址增加前缀' of http://gitlab.tianti.tg.unicom.local/eshop/fe_service_ebtp_frontend into 20230112-公示审批改为iframe

This commit is contained in:
jl-zhoujl2
2023-01-12 20:00:39 +08:00

View File

@ -578,6 +578,7 @@ const BiddingInvitationList: React.FC<{}> = (props) => {
/> />
) : null} ) : null}
<ApprovalModal modalVisible={approvalViewVisible} onCancel={() => { setApprovalViewVisible(false) }} url={approvalViewUrl} /> <ApprovalModal modalVisible={approvalViewVisible} onCancel={() => { setApprovalViewVisible(false) }} url={approvalViewUrl} />
</div> </div>
); );
}; };