Commit 7008363a authored by jim chen's avatar jim chen

add destroyOnClose close #770

parent 320aa8e8
...@@ -23,6 +23,7 @@ const CreateForm = Form.create()((props) => { ...@@ -23,6 +23,7 @@ const CreateForm = Form.create()((props) => {
title="ζ–°ε»Ίθ§„εˆ™" title="ζ–°ε»Ίθ§„εˆ™"
visible={modalVisible} visible={modalVisible}
onOk={okHandle} onOk={okHandle}
destroyOnClose
onCancel={() => parent.handleModalVisible()} onCancel={() => parent.handleModalVisible()}
> >
<FormItem <FormItem
......
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