Browse Source

处理器件选型页面初始状态下点击分页条请求数据请求不到数据的问题

hangb 8 years ago
parent
commit
f405e665c2
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)
       }