diff --git a/jsowell-ui/src/views/member/merchantVIP/index.vue b/jsowell-ui/src/views/member/merchantVIP/index.vue index bd4970bc7..431c7497a 100644 --- a/jsowell-ui/src/views/member/merchantVIP/index.vue +++ b/jsowell-ui/src/views/member/merchantVIP/index.vue @@ -361,6 +361,7 @@ export default { handleUpdateBalance(row) { console.log(row); this.forbid = row.merchantName + this.targetMerchantId = row.merchantId this.openUpdateBalance = true; this.updateBalanceMemberId = row.memberId; }, @@ -371,7 +372,7 @@ export default { updatePrincipalBalance: this.updatePrincipalBalance, type: this.type, subType: this.subType, - targetMerchantId: this.forbid + targetMerchantId: this.targetMerchantId }; console.log("修改会员本金余额 param:", param); updateMemberBalance(param).then(response => {