diff --git a/anrui-riskcenter-ui/src/components/publicPage/financialscheme.vue b/anrui-riskcenter-ui/src/components/publicPage/financialscheme.vue index e7ca113c83..90871f8640 100644 --- a/anrui-riskcenter-ui/src/components/publicPage/financialscheme.vue +++ b/anrui-riskcenter-ui/src/components/publicPage/financialscheme.vue @@ -150,9 +150,9 @@ -
其它融金额
+
其它融贴息
- +
@@ -748,6 +748,7 @@ export default { this.finance.loanInterest = resp.data.loanInterest this.finance.otherPolicyMonthlyRepay = resp.data.otherPolicyMonthlyRepay this.finance.otherPolicyInterest = resp.data.otherPolicyInterest + this.finance.otherPolicyYearRatio = resp.data.otherPolicyYearRatio this.finance.loanDownPay = resp.data.loanDownPay this.finance.downPayAmountsRatio = resp.data.downPayAmountsRatio this.finance.loanAmountTotal = resp.data.loanAmountTotal diff --git a/anrui-riskcenter-ui/src/views/workFlow/publicPage/financialscheme.vue b/anrui-riskcenter-ui/src/views/workFlow/publicPage/financialscheme.vue index 8024d21804..c208ab467a 100644 --- a/anrui-riskcenter-ui/src/views/workFlow/publicPage/financialscheme.vue +++ b/anrui-riskcenter-ui/src/views/workFlow/publicPage/financialscheme.vue @@ -749,6 +749,7 @@ export default { this.finance.loanInterest = resp.data.loanInterest this.finance.otherPolicyMonthlyRepay = resp.data.otherPolicyMonthlyRepay this.finance.otherPolicyInterest = resp.data.otherPolicyInterest + this.finance.otherPolicyYearRatio = resp.data.otherPolicyYearRatio this.finance.loanDownPay = resp.data.loanDownPay this.finance.downPayAmountsRatio = resp.data.downPayAmountsRatio this.finance.loanAmountTotal = resp.data.loanAmountTotal