|
@@ -140,6 +140,8 @@ var releaseContainer = new Vue({
|
|
|
this.selectText.bigTypeID='请选择一级分类';
|
|
|
this.selectText.smallTypeID = '请选择二级分类';
|
|
|
this.releaseParams.bigTypeID ='';
|
|
|
+ this.classificationTwoList=[];
|
|
|
+ this.classificationThreeList =[];
|
|
|
this.GetFistClassFn(val);
|
|
|
},
|
|
|
GetEditReleaseProductInfo: function(productId){
|