Commit 54946452 authored by caimeng's avatar caimeng

修改小bug2

parent edf4293b
......@@ -203,6 +203,7 @@
this.form.creditAmount = this.money(creditAmount)
this.form.loanIntentionNum = loanIntentionNum
this.manualAmount = manualAmount
this.form.perAllotAmount = manualAmount
this.form.creditNo = creditNo
// 初始化丰盛查询结果
......@@ -214,6 +215,10 @@
handleCapitalChange(item) {
if (item) {
const { capitalCode, loanSign } = item
if(capitalCode==='FENGSHENGBUSINESS'){
this.form.perAllotAmount = this.manualAmount;
this.$refs['dForm'].clearValidate('perAllotAmount')
}
this.form.capitalCode = capitalCode
this.form.loanSign = loanSign
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment