|
@@ -556,7 +556,7 @@
|
|
|
console.log("目标转化出价:" + this.convertPrice);
|
|
|
|
|
|
params.templateName = this.templateName;
|
|
|
-
|
|
|
+ params.accountId = this.accountId;
|
|
|
params.deliveryRange = this.deliveryRange;
|
|
|
params.deliveryForm =this.deliveryForm;
|
|
|
params.adCategory =this.adCategory;
|
|
@@ -651,7 +651,7 @@
|
|
|
this.refreshUrl("android");
|
|
|
let params = {};
|
|
|
params.pageSize = '1000';
|
|
|
- params.mediaId='1';
|
|
|
+ params.id = this.accountId;
|
|
|
postAction(this.url.userAllocationList, params).then((res) => {
|
|
|
if (res.success) {
|
|
|
this.userList = res.result.records
|