소스 검색

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