diff --git a/merchant-web-master/src/views/commodity/commoditySystem/index.vue b/merchant-web-master/src/views/commodity/commoditySystem/index.vue index a8e2f10..f21f72a 100644 --- a/merchant-web-master/src/views/commodity/commoditySystem/index.vue +++ b/merchant-web-master/src/views/commodity/commoditySystem/index.vue @@ -415,6 +415,7 @@ export default { var _ = this this.productId = row.productId getProductMembers({ productId: row.productId }).then(res => { + console.log(res,'11231312312312') if (res.code === '') { _.productData = res.data if (_.productData && _.productData.length > 0) {