|
@@ -1852,7 +1852,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
NewAountId(newVal, oldVal) {
|
|
|
- if (newVal && this.configForm.adPackage) {
|
|
|
+ if ((newVal && this.configForm.adPackage) || (newVal && this.configForm.adExternalUrl)) {
|
|
|
const paramsData = {
|
|
|
advancedCreativeType: 'ATTACHED_CREATIVE_NONE',
|
|
|
advertiserId: this.configForm.accountId,
|
|
@@ -1902,6 +1902,8 @@ export default {
|
|
|
this.configForm.adConvertId = undefined;
|
|
|
this.configForm.adAudiencePackageId = undefined;
|
|
|
this.packageMessageDetail = [];
|
|
|
+ this.toolConvertList = [];
|
|
|
+ this.optimizationOption = [];
|
|
|
this.handleClearlist();
|
|
|
this.handleGetAdAudiencePackage();
|
|
|
|