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