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

送检地址回现

上级 3fa04a04
...@@ -1866,13 +1866,15 @@ export default { ...@@ -1866,13 +1866,15 @@ export default {
storeType, storeType,
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 = 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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册