Administrator 4 years ago
parent
commit
1276f978e9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/resources/static/js/supplier-center/shop/release.js

+ 2 - 0
src/main/resources/static/js/supplier-center/shop/release.js

@@ -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){