|
@@ -28,7 +28,7 @@
|
|
|
return Promise.all([
|
|
return Promise.all([
|
|
|
store.dispatch('product/loadKindParentsWithBothers', {id: route.params.id}),
|
|
store.dispatch('product/loadKindParentsWithBothers', {id: route.params.id}),
|
|
|
store.dispatch('product/loadKindFirstChild', {id: route.params.id}),
|
|
store.dispatch('product/loadKindFirstChild', {id: route.params.id}),
|
|
|
- store.dispatch('product/loadKindBrands', {id: route.params.id}),
|
|
|
|
|
|
|
+// store.dispatch('product/loadKindBrands', {id: route.params.id}),
|
|
|
store.dispatch('product/pageComGoods', {kindid: route.params.id})
|
|
store.dispatch('product/pageComGoods', {kindid: route.params.id})
|
|
|
])
|
|
])
|
|
|
},
|
|
},
|