9.9 loading

This commit is contained in:
jl-zhoujl2
2022-09-09 16:06:09 +08:00
parent 92a759bc48
commit 980ba956fd

View File

@ -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', }}