Browse Source

迭代 修改

jiayufei 3 years ago
parent
commit
7549beda98

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

@@ -2762,6 +2762,7 @@ export default {
                                 this.configForm.adUnionVideoType = '';
                                 this.configForm.adDeliveryRange = '';
                             }
+                            this.NewCheckboxChangeValue(this.configForm.checkboxChangeValue);
                         }
                         else {
                             this.configForm.adverPosition = 'a';

+ 1 - 0
src/views/modules/account-config/components/configuration-modal.vue

@@ -2759,6 +2759,7 @@ export default {
                                 this.configForm.adUnionVideoType = '';
                                 this.configForm.adDeliveryRange = '';
                             }
+                            this.NewCheckboxChangeValue(this.configForm.checkboxChangeValue);
                         }
                         else {
                             this.configForm.adverPosition = 'a';