2 커밋 ebfb2498b0 ... 5a78d6b902

작성자 SHA1 메시지 날짜
  xgb 5a78d6b902 Merge remote-tracking branch 'origin/master' 3 일 전
  xgb a715833b1e 红包充值,红包扣款点击显示余额异常修复 3 일 전
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/his/company/index.vue

+ 2 - 2
src/views/his/company/index.vue

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