From 980ba956fd7fc1b483926b6f3114637e48dae9ff Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Fri, 9 Sep 2022 16:06:09 +0800 Subject: [PATCH] 9.9 loading --- src/components/ElecBidEvaluation/BidEvalAppointment.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ElecBidEvaluation/BidEvalAppointment.tsx b/src/components/ElecBidEvaluation/BidEvalAppointment.tsx index ac34334..8eb5c8d 100644 --- a/src/components/ElecBidEvaluation/BidEvalAppointment.tsx +++ b/src/components/ElecBidEvaluation/BidEvalAppointment.tsx @@ -187,6 +187,7 @@ const BidEvalAppointment: React.FC = (props) => { onCancel={() => onCancel()} onOk={() => onOk()} okText={type == "0" ? "确认" : "保存"} + okButtonProps={{ loading: loading }} width={"70%"} style={{ maxHeight: modalHeight }} bodyStyle={{ maxHeight: modalHeight - 107, overflowY: 'auto', }}