魏志佳 пре 4 година
родитељ
комит
90b8eea3db

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

@@ -2345,7 +2345,7 @@ export default {
                             res.result.creativeCategory=res.result.creativeCategory?[res.result.creativeCategory]:[];
                         }
                     }
-                    values.deviceBrand=this.deviceBrand==0?'[0]':JSON.stringify(values.deviceBrand)
+                    
                     if(res.result.deviceBrand){
                         
                         this.deviceBrand=res.result.deviceBrand.indexOf(0)>-1?0:1;

+ 2 - 2
src/views/modules/autoLaunch/configLaunchList.vue

@@ -100,7 +100,7 @@
         </div>
         
        <!-- 加速坍缩 -->
-        <a-modal v-model="targetVisible" title="加速探索" @ok="targethandleOk">
+        <!-- <a-modal v-model="targetVisible" title="加速探索" @ok="targethandleOk">
             <div class="linkBody">
                 <a-row>
                     <a-col :span="4">
@@ -128,7 +128,7 @@
                 </a-row>
                 
             </div>
-        </a-modal>
+        </a-modal> -->
               
     <!-- </a-spin> -->
     </div>