提交 ffb4fc83 编写于 作者: dmx_mac's avatar dmx_mac

送检地址历史数据问题

上级 65c61fa8
...@@ -1864,14 +1864,13 @@ export default { ...@@ -1864,14 +1864,13 @@ export default {
storeOwner, storeOwner,
storePhone, storePhone,
storeQualityUrl, storeQualityUrl,
tradeStoreDetectionAddress
} = this.storeData.tradeStore; } = this.storeData.tradeStore;
this.formData.storeLogo = storeLogo; this.formData.storeLogo = storeLogo;
this.formData.storeName = storeName; this.formData.storeName = storeName;
this.formData.storeQualityUrl=storeQualityUrl; this.formData.storeQualityUrl=storeQualityUrl;
this.formData.storeDescription = storeDescription; this.formData.storeDescription = storeDescription;
this.formData.storeType = storeType; this.formData.storeType = storeType;
this.formData.tradeStoreDetectionAddress = this.storeData.tradeStoreDetectionAddress this.formData.tradeStoreDetectionAddress = this.storeData.tradeStoreDetectionAddress || {}
if (storeType == 1) { if (storeType == 1) {
this.formData.compainName = storeOwner; this.formData.compainName = storeOwner;
this.formData.phoneNum = storePhone; this.formData.phoneNum = storePhone;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册