From c39a4a0f3117ae76c5302b3d86da847732ab86ad Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 17 Mar 2025 11:05:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=B9=B3=E4=BB=93=E4=BB=98?= =?UTF-8?q?=E6=AC=BE=E7=AE=A1=E7=90=86--=20=E6=96=B0=E5=A2=9E=E3=80=81?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2=E6=94=B6=E6=AC=BE=E5=8D=95?= =?UTF-8?q?=E4=BD=8D=E6=94=B9=E4=B8=BA=E8=8E=B7=E5=8F=96=E3=80=82=E9=93=B6?= =?UTF-8?q?=E8=A1=8C=E8=B4=A6=E5=8F=B7=E4=B8=8B=E6=8B=89=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../financingClosingPayment/financingClosingPayment.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2da27a4326..ab5f4df826 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 @@ -412,7 +412,7 @@ export default { 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 + this.formobj.receiveCompany = choose[0].companyName this.formobj.bank = choose[0].bank } else { this.formobj.receiveCompanySid = ''