From 5b0ee16f72dccdd06af33b09c2028ca11234ad30 Mon Sep 17 00:00:00 2001 From: lzhizhao <790086754@qq.com> Date: Sat, 13 Sep 2025 23:46:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=85=8D=E7=BD=AE=E5=BA=97=E9=93=BA?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=E4=BF=A1=E6=81=AF=E7=9A=84=E4=BC=A0=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../permission/merchant-account/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/operation-management/permission/merchant-account/index.vue b/src/views/modules/operation-management/permission/merchant-account/index.vue index bc13876..c6a9c30 100644 --- a/src/views/modules/operation-management/permission/merchant-account/index.vue +++ b/src/views/modules/operation-management/permission/merchant-account/index.vue @@ -593,8 +593,8 @@ export default { ...this.form, merchantAccountId, merchantId, - imgs: this.form.fileList.map(f => f.url).join(','), - permits: this.form.permits.map(f => f.url).join(','), + imgs: this.form.fileList.map(f => f.response ? f.response.data : f.url).join(','), + permits: this.form.permits.map(f => f.response ? f.response.data : f.url).join(','), startBusinessTime: this.businessHours[0].getHours() * 60 + this.businessHours[0].getMinutes(),