|
@@ -191,7 +191,7 @@ var releaseContainer = new Vue({
|
|
|
_this.GoodsImagesList = _this.EchoGoodsImagesListFn(data.imageList);
|
|
|
_this.classificationTwoList = data.smallTypeName;
|
|
|
_this.classificationThreeList = data.tinyTypeName;
|
|
|
- if(data.commodityType !=null){
|
|
|
+ if(data.commodityType !=null||data.commodityType != ''){
|
|
|
_this.releaseParams.commodityType = data.commodityType;
|
|
|
_this.GetFistClassFn(_this.releaseParams.commodityTyp);
|
|
|
}
|