|
@@ -224,7 +224,7 @@ const riskcontrolstrategy : React.FC<widowRush> = (prop:widowRush) => {
|
|
|
<SDModalForm
|
|
|
title={'详细信息'}
|
|
|
editType={editType}
|
|
|
- visible={detailVisible}
|
|
|
+ visible={startCalcdVisible}
|
|
|
onVisibleChange={() => {setStartCalcdVisible(false)}}
|
|
|
footer={[
|
|
|
<SDSubmitButton editType={editType} formRef={calcformRef} doSubmit={startCalcUnit} >启动</SDSubmitButton>,
|