From 14a8695cc9201aeec35e5d5708a3cbc694fc5313 Mon Sep 17 00:00:00 2001 From: mabo Date: Fri, 13 Aug 2021 18:03:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4debugger=EF=BC=8C=E8=AF=81?= =?UTF-8?q?=E7=85=A7=E4=BF=A1=E6=81=AF=E9=9C=80=E8=A6=81=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=AD=A3=E5=8F=8D=E9=9D=A2=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E4=BF=A1=E6=81=AF=EF=BC=8C=E5=9C=B0=E5=9D=80=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=EF=BC=8Cbug=E4=BF=AE=E6=94=B9=EF=BC=8C=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E4=BC=98=E5=8C=96=EF=BC=8C=E5=BA=97=E9=93=BA=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=B1=95=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/goodsDetail/ShowGoods.vue | 5 +- buyer/src/pages/shopEntry/FirstApply.vue | 8 +- manager/src/views/lili-components/region.vue | 192 ++++++++++++------ manager/src/views/seller/shop/shopDetail.vue | 5 +- .../src/views/seller/shop/shopOperation.vue | 152 ++++++++------ .../goods/goods-seller/goodsOperationSec.vue | 7 +- 6 files changed, 226 insertions(+), 143 deletions(-) diff --git a/buyer/src/components/goodsDetail/ShowGoods.vue b/buyer/src/components/goodsDetail/ShowGoods.vue index 57d20b77..ef4c8eb7 100644 --- a/buyer/src/components/goodsDetail/ShowGoods.vue +++ b/buyer/src/components/goodsDetail/ShowGoods.vue @@ -138,7 +138,7 @@ diff --git a/seller/src/views/goods/goods-seller/goodsOperationSec.vue b/seller/src/views/goods/goods-seller/goodsOperationSec.vue index 5b08e6ba..89dadb80 100644 --- a/seller/src/views/goods/goods-seller/goodsOperationSec.vue +++ b/seller/src/views/goods/goods-seller/goodsOperationSec.vue @@ -505,12 +505,11 @@ export default { * @value 参数选项值 */ selectParams(paramsGroup, groupIndex, params, paramsIndex, value) { - debugger if (!this.baseInfoForm.goodsParamsDTOList[groupIndex]) { this.baseInfoForm.goodsParamsDTOList[groupIndex] = { - groupId:'', - groupName:'', - goodsParamsItemDTOList:[] + groupId: '', + groupName: '', + goodsParamsItemDTOList: [] } } //赋予分组id、分组名称