瀏覽代碼

[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([