|
@@ -80,11 +80,12 @@ var getInfoMixins = function () {
|
|
if(data.searchKey != null){
|
|
if(data.searchKey != null){
|
|
_this.setSearchKeyArray(data.searchKey);
|
|
_this.setSearchKeyArray(data.searchKey);
|
|
}
|
|
}
|
|
- if(data.parametersList === ''){
|
|
|
|
|
|
+ if(data.parametersList.length === 0){
|
|
_this.paramKeyList = [{paramsName:'',paramsContent:''}];
|
|
_this.paramKeyList = [{paramsName:'',paramsContent:''}];
|
|
}else{
|
|
}else{
|
|
_this.paramKeyList = data.parametersList;
|
|
_this.paramKeyList = data.parametersList;
|
|
}
|
|
}
|
|
|
|
+ console.log('paramKeyList',_this.paramKeyList)
|
|
if(data.groundMall === '0'){
|
|
if(data.groundMall === '0'){
|
|
_this.platformsFlag = _this.platforms[0].isChecked = true
|
|
_this.platformsFlag = _this.platforms[0].isChecked = true
|
|
}else if(data.groundMall === '4'){
|
|
}else if(data.groundMall === '4'){
|