初始化

master
法外狂徒张三 2024-08-30 22:01:27 +08:00
parent 6b100845ab
commit 1d4071d451
1 changed files with 3 additions and 2 deletions

View File

@ -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;
} }