mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-15 15:28:41 +08:00
修改运营商vip接口参数
This commit is contained in:
@@ -361,6 +361,7 @@ export default {
|
|||||||
handleUpdateBalance(row) {
|
handleUpdateBalance(row) {
|
||||||
console.log(row);
|
console.log(row);
|
||||||
this.forbid = row.merchantName
|
this.forbid = row.merchantName
|
||||||
|
this.targetMerchantId = row.merchantId
|
||||||
this.openUpdateBalance = true;
|
this.openUpdateBalance = true;
|
||||||
this.updateBalanceMemberId = row.memberId;
|
this.updateBalanceMemberId = row.memberId;
|
||||||
},
|
},
|
||||||
@@ -371,7 +372,7 @@ export default {
|
|||||||
updatePrincipalBalance: this.updatePrincipalBalance,
|
updatePrincipalBalance: this.updatePrincipalBalance,
|
||||||
type: this.type,
|
type: this.type,
|
||||||
subType: this.subType,
|
subType: this.subType,
|
||||||
targetMerchantId: this.forbid
|
targetMerchantId: this.targetMerchantId
|
||||||
};
|
};
|
||||||
console.log("修改会员本金余额 param:", param);
|
console.log("修改会员本金余额 param:", param);
|
||||||
updateMemberBalance(param).then(response => {
|
updateMemberBalance(param).then(response => {
|
||||||
|
|||||||
Reference in New Issue
Block a user