Commit 95be72c9 by zhaochengxiang

bug fix

parent 43566864
...@@ -108,10 +108,10 @@ const FC = ({ visible, id, onCancel }) => { ...@@ -108,10 +108,10 @@ const FC = ({ visible, id, onCancel }) => {
return ( return (
<Modal <Modal
className='exchange-owner' className='exchange-owner'
forceRender
visible={visible} visible={visible}
title='更换管理人' title='更换管理人'
width={800} width={800}
destroyOnClose
onCancel={cancel} onCancel={cancel}
footer={footer} footer={footer}
> >
......
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