shenwu 2 år sedan
förälder
incheckning
e7909297dd

+ 1 - 1
src/pages/launchSystemNew/adq/ad/index.tsx

@@ -527,7 +527,7 @@ const Ad: React.FC<Props> = (props) => {
             onChange={(props: any) => {
                 let { sortData, pagination } = props
                 let { current, pageSize } = pagination
-                getList({ pageNum: current, pageSize })
+                getList({...queryFrom, pageNum: current, pageSize })
             }}
         />
     </div>

+ 1 - 1
src/pages/launchSystemNew/adq/campaign/index.tsx

@@ -237,7 +237,7 @@ function Campaign(props: Props) {
             onChange={(props: any) => {
                 let { sortData, pagination } = props
                 let { current, pageSize } = pagination
-                getList({ pageNum: current, pageSize })
+                getList({ ...queryFrom,pageNum: current, pageSize })
             }}
         />
     </div>

+ 1 - 1
src/pages/launchSystemNew/adq/creative/index.tsx

@@ -187,7 +187,7 @@ function Creative(props: Props) {
             onChange={(props: any) => {
                 let { sortData, pagination } = props
                 let { current, pageSize } = pagination
-                getList({ pageNum: current, pageSize })
+                getList({...queryFrom, pageNum: current, pageSize })
             }}
         />
     </div>

+ 1 - 1
src/pages/launchSystemNew/adq/landingPage/index.tsx

@@ -139,7 +139,7 @@ function LandingPage(props: { accountId: string, adAccountId: string, userId: st
             onChange={(props: any) => {
                 let { sortData, pagination } = props
                 let { current, pageSize } = pagination
-                getList({ pageNum: current, pageSize })
+                getList({...queryFrom, pageNum: current, pageSize })
             }}
         />
     </div>

+ 1 - 1
src/pages/launchSystemNew/adq/targeting/index.tsx

@@ -120,7 +120,7 @@ function Targeting(props: { adAccountId: any, userId: string, accountId: any, ta
             onChange={(props: any) => {
                 let { sortData, pagination } = props
                 let { current, pageSize } = pagination
-                getList({ pageNum: current, pageSize })
+                getList({...queryFrom, pageNum: current, pageSize })
             }}
         />
     </div>