From 6b7949f061fba42053f919b60b7d7ee110252374 Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Wed, 20 May 2026 18:00:53 +0800 Subject: [PATCH] 1 --- src/views/app/business/lineManage/addEdit.vue | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/views/app/business/lineManage/addEdit.vue b/src/views/app/business/lineManage/addEdit.vue index dbed405..e397c47 100644 --- a/src/views/app/business/lineManage/addEdit.vue +++ b/src/views/app/business/lineManage/addEdit.vue @@ -339,6 +339,28 @@ shopTypeTitle: this.shopList[i].shopTypeTitle, saleCount: this.shopList[i].saleCount, 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.merchantName = this.shopList[i].shopName