张涛 2 years ago
parent
commit
743f5be673
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/pages/issue/index.jsx

+ 1
- 0
src/pages/issue/index.jsx View File

@@ -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(() => {