|
@@ -1473,7 +1473,7 @@ export default {
|
|
|
|
|
|
this.$set(item, 'userList', this.userList)
|
|
|
item.rebateWallets.forEach(j=>{
|
|
|
- if (k.customerWalletId2 === data.customerWalletId2) {
|
|
|
+ if (j.customerWalletId2 === data.customerWalletId2) {
|
|
|
this.$set(item, 'amount', j.amount||0.00)
|
|
|
}
|
|
|
})
|
|
@@ -1486,6 +1486,7 @@ export default {
|
|
|
})
|
|
|
})
|
|
|
this.goodsList = data.retailOrderItemList
|
|
|
+ console.log(goodsList,'748578');
|
|
|
})
|
|
|
})
|
|
|
},
|