Explorar el Código

add destroyOnClose close #770

jim chen hace 8 años
padre
commit
7008363a26
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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