diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/financingClosingPayment/financingClosingPayment.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/financingClosingPayment/financingClosingPayment.vue index cf2a9056e5..2da27a4326 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/financingClosingPayment/financingClosingPayment.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/financingClosingPayment/financingClosingPayment.vue @@ -409,7 +409,7 @@ export default { } }, receiveCompanyChange(value) { - const choose = this.receiveCompany_list.filter((item) => item.receiveCompany === value) + const choose = this.receiveCompany_list.filter((item) => item.receivingAccount === value) if (choose !== null && choose.length > 0) { this.formobj.receiveCompanySid = choose[0].sid this.formobj.receiveCompany = choose[0].receiveCompany