Browse Source

Merge remote-tracking branch 'origin/master'

yangc 8 years ago
parent
commit
ccb921d1d1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      components/product/ComponentGoods.vue

+ 1 - 0
components/product/ComponentGoods.vue

@@ -165,6 +165,7 @@
         this.pageParams.page = page
         this.pageParams.filter.brandid = this.brandid
         this.pageParams.filter.propertyJSON = this.propertyJSON
+        this.pageParams.filter.kindid = this.$route.params.id
         console.log(this.pageParams)
         this.pageCmpGoods(this.pageParams)
       }