Procházet zdrojové kódy

Merge branch 'release-20170915'

yangc před 9 roky
rodič
revize
dbe130ad6c
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      components/product/brand/BrandComponent.vue

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

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