diff --git a/src/views/modules/logistics-fare/logistics-template/popup/add-template.vue b/src/views/modules/logistics-fare/logistics-template/popup/add-template.vue index 3472035..4a1457a 100644 --- a/src/views/modules/logistics-fare/logistics-template/popup/add-template.vue +++ b/src/views/modules/logistics-fare/logistics-template/popup/add-template.vue @@ -834,7 +834,8 @@ export default { .addShippingTemplate({ linkId: JSON.parse(sessionStorage.getItem("userInfo")).shopId ? JSON.parse(sessionStorage.getItem("userInfo")).shopId - : JSON.parse(sessionStorage.getItem("userInfo")).merchantId, + : JSON.parse(sessionStorage.getItem("userInfo")).markets[0] + .marketId, defaults: 0, //默认值,待确认 sort: 0, //默认值,待确认 type: 2, //默认值,待确认 @@ -895,7 +896,8 @@ export default { id: this.modalData.id, linkId: JSON.parse(sessionStorage.getItem("userInfo")).shopId ? JSON.parse(sessionStorage.getItem("userInfo")).shopId - : JSON.parse(sessionStorage.getItem("userInfo")).merchantId, + : JSON.parse(sessionStorage.getItem("userInfo")).markets[0] + .marketId, defaults: 0, //默认值,待确认 sort: 0, //默认值,待确认 type: 2, //默认值,待确认 diff --git a/src/views/modules/product/popup/add-or-update.vue b/src/views/modules/product/popup/add-or-update.vue index 0fdf68a..25386cd 100644 --- a/src/views/modules/product/popup/add-or-update.vue +++ b/src/views/modules/product/popup/add-or-update.vue @@ -208,8 +208,7 @@ export default { }); this.isAdd = true; - console.log('112233'); - + console.log("112233"); }, update: () => { this.modalConfig.title = "编辑商品";