Jelajahi Sumber

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

wjx 2 tahun lalu
induk
melakukan
fc5478e568
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  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>