Commit 0cd54efd authored by caimeng's avatar caimeng

优化代码0707

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