Commit 226cf7ad09559240cccc6db01bdbdb348ae735b8
1 parent
48d42e15
'最新'
Showing
1 changed file
with
1 additions
and
0 deletions
merchant-web-master/src/views/commodity/commoditySystem/index.vue
| ... | ... | @@ -415,6 +415,7 @@ export default { |
| 415 | 415 | var _ = this |
| 416 | 416 | this.productId = row.productId |
| 417 | 417 | getProductMembers({ productId: row.productId }).then(res => { |
| 418 | + console.log(res,'11231312312312') | |
| 418 | 419 | if (res.code === '') { |
| 419 | 420 | _.productData = res.data |
| 420 | 421 | if (_.productData && _.productData.length > 0) { | ... | ... |