소스 검색

[FIX] credit calculation

Gogs 7 년 전
부모
커밋
01e1a4a318
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/components/steps/PaymentAmount.vue

+ 4 - 0
src/components/steps/PaymentAmount.vue

@@ -52,6 +52,10 @@
 
                     this.changeInitialPayment(value)
                     this.computePaymentResidual(value)
+
+                    if (this.paymentType === 'credit') {
+                       this.computePaymentLines()		
+                    }
                 }
             },
             ...mapGetters([