|
@@ -62,6 +62,7 @@ export default forwardRef((props: HeaderProps, ref) => {
|
|
|
preserve={false}
|
|
preserve={false}
|
|
|
initialValues={props.initialValues}
|
|
initialValues={props.initialValues}
|
|
|
onValuesChange={(_, allValue) => {
|
|
onValuesChange={(_, allValue) => {
|
|
|
|
|
+ console.log(allValue, 'allValue');
|
|
|
if (props.closeInitialParams && !isCloseInitial.current) {
|
|
if (props.closeInitialParams && !isCloseInitial.current) {
|
|
|
isCloseInitial.current = true;
|
|
isCloseInitial.current = true;
|
|
|
} else {
|
|
} else {
|