From e1c072109e62f4adcb53af0d2c69b896b9159059 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期四, 29 五月 2025 18:21:02 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1 --- company/src/components/business/makePayment.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/company/src/components/business/makePayment.vue b/company/src/components/business/makePayment.vue index ca29490..8342f16 100644 --- a/company/src/components/business/makePayment.vue +++ b/company/src/components/business/makePayment.vue @@ -70,7 +70,7 @@ }, // 涓婁紶鍥剧墖 handleAvatarSuccess(res) { - this.form.multifileList.push({...res.data, fileurl: res.data.imgaddr}) + this.form.multifileList.push({...res.data, fileurl: res.data.imgaddr, name:res.data.originname}) }, uploadError() { this.$tip.apiFailed('涓婁紶澶辫触') -- Gitblit v1.9.3