|
@@ -490,6 +490,7 @@ export default {
|
|
getSmbFinancingRate({ financingBasicInfoId: id }).then(({ data }) => {
|
|
getSmbFinancingRate({ financingBasicInfoId: id }).then(({ data }) => {
|
|
this.ruleForm.interestCalculate = 1
|
|
this.ruleForm.interestCalculate = 1
|
|
this.ruleForm.marginRatio = 0
|
|
this.ruleForm.marginRatio = 0
|
|
|
|
+ this.ruleForm.marginAmount = 0
|
|
this.ruleForm.otherFeeAmount = 0
|
|
this.ruleForm.otherFeeAmount = 0
|
|
this.ruleForm.financingRate = data.approvedInterestRate
|
|
this.ruleForm.financingRate = data.approvedInterestRate
|
|
// 调用 - 苏商银行获取相关还款责任人
|
|
// 调用 - 苏商银行获取相关还款责任人
|