Commit 708cc6d2 by zhaochengxiang

刷新

parent 86920043
...@@ -115,7 +115,7 @@ const FC = (props) => { ...@@ -115,7 +115,7 @@ const FC = (props) => {
reset(); reset();
onCancel?.(); onCancel?.();
}}>取消</Button> }}>取消</Button>
<Button type="primary" onClick={ onOk } confirmLoading={confirmLoading}>确定</Button> <Button type="primary" onClick={ onOk } loading={confirmLoading}>确定</Button>
</Space> </Space>
} }
maskClosable={false} maskClosable={false}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment