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