Commit 0cd54efd authored by caimeng's avatar caimeng

优化代码0707

parent 0c27cdf6
......@@ -251,8 +251,10 @@
const { capitalCode, loanSign } = item
if (capitalCode === 'FENGSHENGBUSINESS') {
this.$refs['dForm'].clearValidate('perAllotAmount')
if(this.hasRisk){
this.form.perAllotAmount = this.manualAmount;
}
}
this.form.capitalCode = capitalCode
this.form.loanSign = loanSign
}
......
......@@ -177,7 +177,7 @@
{
order: 6,
label: '授信额度(元)',
prop: 'availableAmount'
prop: 'manualAmount'
},
{
order: 7,
......
......@@ -188,7 +188,7 @@
{
order: 6,
label: '授信额度(元)',
prop: 'availableAmount'
prop: 'manualAmount'
},
{
order: 7,
......
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