From 7008363a263123e9a65d3a93a542408056817a5a Mon Sep 17 00:00:00 2001 From: jim chen Date: Fri, 19 Jan 2018 16:42:48 +0800 Subject: [PATCH] add destroyOnClose close #770 --- src/routes/List/TableList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/List/TableList.js b/src/routes/List/TableList.js index 54577f02..8444af3f 100644 --- a/src/routes/List/TableList.js +++ b/src/routes/List/TableList.js @@ -23,6 +23,7 @@ const CreateForm = Form.create()((props) => { title="新建规则" visible={modalVisible} onOk={okHandle} + destroyOnClose onCancel={() => parent.handleModalVisible()} >