Quellcode durchsuchen

add destroyOnClose close #770

jim chen vor 8 Jahren
Ursprung
Commit
7008363a26
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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