diff --git a/src/views/app/business/lineManage/addEdit.vue b/src/views/app/business/lineManage/addEdit.vue index e7a42b4..4ec25f0 100644 --- a/src/views/app/business/lineManage/addEdit.vue +++ b/src/views/app/business/lineManage/addEdit.vue @@ -86,7 +86,7 @@ @@ -301,6 +301,12 @@ that.$refs.goodsPage.init(that.form.linkParams); }); }, + cannelPage(){ + this.adList=[{ + pic: '' + }], + this.visible = false + }, getGoods(v) { console.log('11111', v) this.form.productList1.productImage = v.productPicture @@ -329,7 +335,7 @@ for (let i = 0; i < this.shopList.length; i++) { if (this.shopList[i].id == v) { let data = { - products: this.shopList[i].products, + // products: this.shopList[i].products, id: this.shopList[i].id, shopName: this.shopList[i].shopName, shopPhone: this.shopList[i].shopPhone, diff --git a/src/views/app/business/logistics/logistics.vue b/src/views/app/business/logistics/logistics.vue index a6ff3d1..f2e8c25 100644 --- a/src/views/app/business/logistics/logistics.vue +++ b/src/views/app/business/logistics/logistics.vue @@ -11,19 +11,14 @@ + - - - - - - - - - - + + + +