Selaa lähdekoodia

优化目标 切换账户 更新列表

jiayufei 4 vuotta sitten
vanhempi
commit
79521d8016

+ 3 - 1
src/views/modules/account-config/components/configuration-copy.vue

@@ -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();