张涛 hace 2 años
padre
commit
743f5be673
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/pages/issue/index.jsx

+ 1
- 0
src/pages/issue/index.jsx Ver fichero

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