wjx vor 2 Jahren
Ursprung
Commit
7784dca3d2
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  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>