From d45fb2cd764892d5deb6b12e453253efd55797ba Mon Sep 17 00:00:00 2001 From: JiilingLee <462362@qq.com> Date: Wed, 18 Oct 2023 09:40:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AE=A1=E5=85=B6=E4=BB=96=E8=B5=84?= =?UTF-8?q?=E6=96=99=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/accounting/other/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/accounting/other/index.vue b/src/views/accounting/other/index.vue index 27c83f09..ec1ff501 100644 --- a/src/views/accounting/other/index.vue +++ b/src/views/accounting/other/index.vue @@ -430,6 +430,7 @@ export default { handleSuccess(res) { console.log(res); this.form.fileUrl = res.data.url; + this.form.name = res.data.name; }, // 业务实体选择事件 handleCompanyChange(val) {