fix: 配置店铺基础信息的传参数问题
This commit is contained in:
parent
c7343e485a
commit
5b0ee16f72
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue