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