From 39ae52b3f65e2bba3b6570adb51e791cb3befff7 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 02 七月 2025 16:32:29 +0800
Subject: [PATCH] 提交
---
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