tianyi 2 weeks ago
parent
commit
6b7949f061
  1. 22
      src/views/app/business/lineManage/addEdit.vue

22
src/views/app/business/lineManage/addEdit.vue

@ -339,6 +339,28 @@
shopTypeTitle: this.shopList[i].shopTypeTitle, shopTypeTitle: this.shopList[i].shopTypeTitle,
saleCount: this.shopList[i].saleCount, saleCount: this.shopList[i].saleCount,
remark: this.shopList[i].remark, remark: this.shopList[i].remark,
attrId: this.shopList[i].attrId,
chargeTime: this.shopList[i].chargeTime,
contactPhone: this.shopList[i].contactPhone,
createTime: this.shopList[i].createTime,
endTime: this.shopList[i].endTime,
isStudent: this.shopList[i].isStudent,
isbrandflag: this.shopList[i].isbrandflag,
merchantType: this.shopList[i].merchantType,
region: this.shopList[i].region,
regionId: this.shopList[i].regionId,
saleCounts: this.shopList[i].saleCounts,
shopArea: this.shopList[i].shopArea,
shopAreaTitle: this.shopList[i].shopAreaTitle,
shopImages: this.shopList[i].shopImages,
shopOwnerId: this.shopList[i].shopOwnerId,
shopTakeaway: this.shopList[i].shopTakeaway,
shopType: this.shopList[i].shopType,
shoprank: this.shopList[i].shoprank,
startTime: this.shopList[i].startTime,
status: this.shopList[i].status,
storeFlag: this.shopList[i].storeFlag,
subtitle: this.shopList[i].subtitle,
} }
this.form.linkParams = JSON.stringify(data) this.form.linkParams = JSON.stringify(data)
this.form.merchantName = this.shopList[i].shopName this.form.merchantName = this.shopList[i].shopName

Loading…
Cancel
Save