diff --git a/src/views/contract/components/borrowList.vue b/src/views/contract/components/borrowList.vue index 4d1bae4..ef0775b 100644 --- a/src/views/contract/components/borrowList.vue +++ b/src/views/contract/components/borrowList.vue @@ -19,14 +19,14 @@ width="200" > @@ -444,7 +444,8 @@ this.form.audit_money = this.contract.audit_money; if (this.contract.borrows && this.contract.borrows.length > 0) { - this.paymentRegistrationForm.applyMoney = this.contract.borrows[0].diff + this.paymentRegistrationForm.applyMoney = + parseFloat(this.contract.money) - parseFloat(this.contract.borrows[0].money) + parseFloat(this.contract.borrows[0].diff) } const res = await getFundLog({