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(),