@@ -129,6 +129,7 @@ export default (props) => {
];
const onExport = () => {
+ console.log(paramsRef)
startLoading();
exportFn(paramsRef.current)
.then(() => {