初始化
parent
6b100845ab
commit
1d4071d451
|
@ -178,7 +178,8 @@ export default {
|
|||
rechargeParams: {
|
||||
"totalAmt": '', //金额
|
||||
"paymentType": "0", //支付方式[0:微信,1:支付宝,2:余额,3:活动]
|
||||
"transType": "1" //交易类型[0:充值,1:消费]
|
||||
"transType": "1", //交易类型[0:充值,1:消费]
|
||||
"subject":""
|
||||
}
|
||||
};
|
||||
},
|
||||
|
@ -249,6 +250,7 @@ export default {
|
|||
gotoMaintained(customer){
|
||||
this.dialogTableVisible=true;
|
||||
this.rechargeParams.totalAmt=customer.sysNumber;
|
||||
this.rechargeParams.subject=customer.sysIntro;
|
||||
},
|
||||
getType(activeNameL){
|
||||
this.activeNameL=activeNameL
|
||||
|
@ -268,7 +270,6 @@ export default {
|
|||
|
||||
// 将 Map 的值(即去重后的对象)转换回数组
|
||||
this.editableTabs = Array.from(uniqueSysLeixingpick.values()) ;
|
||||
|
||||
this.total = response.data.total;
|
||||
this.loading = false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue