9.9 loading
This commit is contained in:
@ -187,6 +187,7 @@ const BidEvalAppointment: React.FC<BidEvalAppointmentProps> = (props) => {
|
|||||||
onCancel={() => onCancel()}
|
onCancel={() => onCancel()}
|
||||||
onOk={() => onOk()}
|
onOk={() => onOk()}
|
||||||
okText={type == "0" ? "确认" : "保存"}
|
okText={type == "0" ? "确认" : "保存"}
|
||||||
|
okButtonProps={{ loading: loading }}
|
||||||
width={"70%"}
|
width={"70%"}
|
||||||
style={{ maxHeight: modalHeight }}
|
style={{ maxHeight: modalHeight }}
|
||||||
bodyStyle={{ maxHeight: modalHeight - 107, overflowY: 'auto', }}
|
bodyStyle={{ maxHeight: modalHeight - 107, overflowY: 'auto', }}
|
||||||
|
Reference in New Issue
Block a user