wjx 2 年 前
コミット
7784dca3d2
1 ファイル変更5 行追加0 行削除
  1. 5 0
      src/pages/launchSystemNew/account/index.tsx

+ 5 - 0
src/pages/launchSystemNew/account/index.tsx

@@ -205,6 +205,11 @@ const AdAuthorize: React.FC = () => {
                             }
                             }
                         }
                         }
                     }}
                     }}
+                    onChange={(props: any) => {
+                        let { pagination } = props
+                        let { current, pageSize } = pagination
+                        setQueryForm({ ...queryForm, pageNum: current, pageSize })
+                    }}
                 />
                 />
             </div>
             </div>
         </div>
         </div>