|
@@ -655,7 +655,6 @@ export default {
|
|
handleBudgetSure() {
|
|
handleBudgetSure() {
|
|
this.$refs.budgetForm.validate(valid => {
|
|
this.$refs.budgetForm.validate(valid => {
|
|
if (valid) {
|
|
if (valid) {
|
|
- // /bytedance-api/advertiser/bytedanceReportController/updateADBid?accountId=1651970135573527&adId&bid
|
|
|
|
const paramsData = {
|
|
const paramsData = {
|
|
adId: this.currentUnit.adId,
|
|
adId: this.currentUnit.adId,
|
|
bid: this.budgetForm.budget,
|
|
bid: this.budgetForm.budget,
|
|
@@ -664,6 +663,7 @@ export default {
|
|
getAction(urlAcount + '/bytedance-api/advertiser/bytedanceReportController/updateADBid', paramsData).then(result => {
|
|
getAction(urlAcount + '/bytedance-api/advertiser/bytedanceReportController/updateADBid', paramsData).then(result => {
|
|
if (result.code === 0) {
|
|
if (result.code === 0) {
|
|
this.$message.success(result.message);
|
|
this.$message.success(result.message);
|
|
|
|
+ this.budgetForm.budget = '';
|
|
this.budgetVisible = false;
|
|
this.budgetVisible = false;
|
|
this.handleGetPlanTableList(this.topCostList);
|
|
this.handleGetPlanTableList(this.topCostList);
|
|
}
|
|
}
|
|
@@ -682,6 +682,7 @@ export default {
|
|
},
|
|
},
|
|
// 调价修改取消按钮
|
|
// 调价修改取消按钮
|
|
handleBudgetCancel() {
|
|
handleBudgetCancel() {
|
|
|
|
+ this.budgetForm.budget = '';
|
|
this.budgetVisible = false;
|
|
this.budgetVisible = false;
|
|
},
|
|
},
|
|
// 调价修改确定按钮
|
|
// 调价修改确定按钮
|
|
@@ -813,7 +814,9 @@ export default {
|
|
};
|
|
};
|
|
getAction(urlAcount + '/bytedance-api/advertiser/bytedanceReportController/updateADAudiencePackage', paramsData).then(result => {
|
|
getAction(urlAcount + '/bytedance-api/advertiser/bytedanceReportController/updateADAudiencePackage', paramsData).then(result => {
|
|
if (result.code === 0) {
|
|
if (result.code === 0) {
|
|
|
|
+ this.adAudiencePackageId = '';
|
|
this.targetVisible = false;
|
|
this.targetVisible = false;
|
|
|
|
+ this.$message.success(result.message);
|
|
this.handleGetPlanTableList(this.topCostList);
|
|
this.handleGetPlanTableList(this.topCostList);
|
|
}
|
|
}
|
|
else {
|
|
else {
|
|
@@ -825,6 +828,7 @@ export default {
|
|
},
|
|
},
|
|
// 修改定向的取消按钮
|
|
// 修改定向的取消按钮
|
|
handleTargethandleCancel() {
|
|
handleTargethandleCancel() {
|
|
|
|
+ this.adAudiencePackageId = '';
|
|
this.targetVisible = false;
|
|
this.targetVisible = false;
|
|
},
|
|
},
|
|
handleAccounthandleOk() {
|
|
handleAccounthandleOk() {
|
|
@@ -841,9 +845,11 @@ export default {
|
|
this.handleGetPlanTableList(paramsData);
|
|
this.handleGetPlanTableList(paramsData);
|
|
this.handleGetmaterialData(paramsData);
|
|
this.handleGetmaterialData(paramsData);
|
|
this.handleGetAdAudiencePackage(this.selectaccountId);
|
|
this.handleGetAdAudiencePackage(this.selectaccountId);
|
|
|
|
+ this.selectaccountId = '';
|
|
this.accountVisible = false;
|
|
this.accountVisible = false;
|
|
},
|
|
},
|
|
handleAccountCancel() {
|
|
handleAccountCancel() {
|
|
|
|
+ this.selectaccountId = '';
|
|
this.accountVisible = false;
|
|
this.accountVisible = false;
|
|
},
|
|
},
|
|
// 计划点击分页操作
|
|
// 计划点击分页操作
|