Przeglądaj źródła

add destroyOnClose close #770

jim chen 8 lat temu
rodzic
commit
7008363a26
1 zmienionych plików z 1 dodań i 0 usunięć
  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