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