|
|
@@ -1004,7 +1004,7 @@ export default {
|
|
|
this.redSubmit=false
|
|
|
this.redRechargeForm.companyId = row.companyId
|
|
|
this.redRechargeForm.companyName = row.companyName
|
|
|
- this.redRechargeForm.balance = row.money
|
|
|
+ this.redRechargeForm.balance = row.redPackageMoney
|
|
|
this.redRechargeForm.money = null
|
|
|
this.redRecharge.open = true
|
|
|
},
|
|
|
@@ -1019,7 +1019,7 @@ export default {
|
|
|
handleRedDeduct(row) {
|
|
|
this.redDeductForm.companyId = row.companyId
|
|
|
this.redDeductForm.companyName = row.companyName
|
|
|
- this.redDeductForm.balance = row.money
|
|
|
+ this.redDeductForm.balance = row.redPackageMoney
|
|
|
this.redDeductForm.money = null
|
|
|
this.redDeduct.open = true
|
|
|
},
|