|
@@ -165,6 +165,8 @@ var productList = new Vue({
|
|
|
this.params.id=this.smallTypeID;
|
|
|
}else if( this.smallTypeID==null){
|
|
|
this.params.id=this.bigTypeID;
|
|
|
+ }else if (this.tinyTypeID==null && this.smallTypeID==null){
|
|
|
+ this.params.id=this.bigTypeID;
|
|
|
}else {
|
|
|
this.params.id=this.tinyTypeID;
|
|
|
}
|