From 29c65ec8cff521fa3c39810d06d565af5f06d7c8 Mon Sep 17 00:00:00 2001 From: "BOOL\\25024" Date: Mon, 27 Nov 2023 15:18:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=90=E8=90=A5=E5=95=86vi?= =?UTF-8?q?p=E6=8E=A5=E5=8F=A3=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/src/views/member/merchantVIP/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 => {