|
@@ -78,7 +78,7 @@ const PageModal: React.FC<Props> = (props) => {
|
|
|
/** 同步落地页 */
|
|
|
const synPageList = () => {
|
|
|
setLoading(true)
|
|
|
- putAdqLandingPage({ accountIdList: data?.map((item: { adAccountId: number }) => item.adAccountId) }).then(res => {
|
|
|
+ putAdqLandingPage({ accountIdList: data?.map((item: { adAccountId: number }) => item.adAccountId), isUsePool: false }).then(res => {
|
|
|
message.success('同步成功,结果可能需要几分钟返回,请手动点击下面刷新按钮')
|
|
|
setLoading(false)
|
|
|
listAjax.refresh()
|