Browse Source

Merge branch 'feature/work-jyf' into feature/work-test

jiayufei 3 years ago
parent
commit
989a288782
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/modules/autoLaunch/configLaunchInfo.vue

+ 1 - 1
src/views/modules/autoLaunch/configLaunchInfo.vue

@@ -1662,7 +1662,7 @@
                         </div>
                         <div class="input-item">
                         <a-form-item>  
-                            <a-radio-group v-decorator="['ctop_ai_kuaishou_advertiser_strategy', { initialValue: 0 }]" :disabled="getProjectIdAccount === 458">
+                            <a-radio-group v-decorator="['systemOptimization', { initialValue: 0 }]" :disabled="getProjectIdAccount !== 458">
                                 <a-radio-button :value="0">否</a-radio-button>
                                 <a-radio-button :value="1">是</a-radio-button>                            
                             </a-radio-group>