Yansen 2 vuotta sitten
vanhempi
commit
a1f23613b1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/components/Page/Curd.jsx

+ 1
- 1
src/components/Page/Curd.jsx Näytä tiedosto

@@ -4,7 +4,7 @@ import { Form } from 'antd';
4 4
 import List from './List';
5 5
 
6 6
 const drawerProps = {
7
-  destroyOnClose: true
7
+  // destroyOnClose: true
8 8
 }
9 9
 export default (props) => {
10 10
   const { rowKey, columns, request, formProps, renderFormItems, tableRef, ...leftProps } = props;