|
@@ -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>
|