瀏覽代碼

Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage

wjx 2 年之前
父節點
當前提交
fc5478e568
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/pages/launchSystemNew/account/index.tsx

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

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