浏览代码

add destroyOnClose close #770

jim chen 8 年之前
父节点
当前提交
7008363a26
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/routes/List/TableList.js

+ 1 - 0
src/routes/List/TableList.js

@@ -23,6 +23,7 @@ const CreateForm = Form.create()((props) => {
       title="新建规则"
       visible={modalVisible}
       onOk={okHandle}
+      destroyOnClose
       onCancel={() => parent.handleModalVisible()}
     >
       <FormItem