Browse Source

add destroyOnClose close #770

pull/779/head
jim chen 8 years ago
parent
commit
7008363a26
  1. 1
      src/routes/List/TableList.js

1
src/routes/List/TableList.js

@ -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

Loading…
Cancel
Save