From 280c2311d855551a42fbae3287ade7fc43596013 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 10 十月 2023 10:06:04 +0800
Subject: [PATCH] 批量上传
---
company_admin/src/views/business/goods.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/company_admin/src/views/business/goods.vue b/company_admin/src/views/business/goods.vue
index 48e5642..bfe25e8 100644
--- a/company_admin/src/views/business/goods.vue
+++ b/company_admin/src/views/business/goods.vue
@@ -274,7 +274,7 @@
if (res.multifileList.length > 0) {
res.multifileList.forEach(item => {
obj.multifileList.push({ fileurl: item.fileurl, name: item.name, url: res.prefixUrl + item.fileurl })
- obj.files.push({ fileurl: item.fileurl, name: item.name, url: res.prefixUrl + item.fileurl })
+ obj.files.push({ fileurl: item.fileurl, name: item.name, url: res.prefixUrl + item.fileurl, response: { data: { imgaddr: item.fileurl, imgname: item.name } } })
})
}
this.$refs.operaGoodsWindow.open('缂栬緫鍟嗗搧', obj)
--
Gitblit v1.9.3