Merge branch '20230110-审批单跳转地址增加前缀' of http://gitlab.tianti.tg.unicom.local/eshop/fe_service_ebtp_frontend into 20230112-公示审批改为iframe
This commit is contained in:
@ -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>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user