Jelajahi Sumber

Merge branch 'release-20170915'

yangc 9 tahun lalu
induk
melakukan
dbe130ad6c
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      components/product/brand/BrandComponent.vue

+ 1 - 0
components/product/brand/BrandComponent.vue

@@ -86,6 +86,7 @@
       },
       async pageCmpGoods (params) {
 //      pageCmpGoods (params) {
+        params.filter.brandid = this.brand.id
         let { data } = await this.$http.get('/api/product/component/list', { params })
         this.$store.commit('brandComponent/GET_COMPONENT_SUCCESS', data)
 //        this.$http.get('/api/product/component/list', { params }).then(response => {