张涛 2 年 前
コミット
743f5be673
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      src/pages/issue/index.jsx

+ 1
- 0
src/pages/issue/index.jsx ファイルの表示

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