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