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>