From 5368f3c323425ec2e7cfb2d2affce734326216ac Mon Sep 17 00:00:00 2001 From: mabo Date: Thu, 1 Jul 2021 16:32:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=95=86=E5=93=81=EF=BC=8C?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=A8=A1=E6=9D=BF=E5=90=8E=E8=B7=B3=E5=88=B0?= =?UTF-8?q?=E5=95=86=E5=93=81=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seller/src/views/goods/goods-seller/goodsOperation.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/seller/src/views/goods/goods-seller/goodsOperation.vue b/seller/src/views/goods/goods-seller/goodsOperation.vue index f88e7c76..b061b591 100644 --- a/seller/src/views/goods/goods-seller/goodsOperation.vue +++ b/seller/src/views/goods/goods-seller/goodsOperation.vue @@ -776,6 +776,7 @@ export default { this.activestep = 0; this.isPublish = true; this.GET_GoodsTemplate(); + this.GET_NextLevelCategory(); }, // 获取已选模板 @@ -790,6 +791,8 @@ export default { handleClickGoodsTemplate(val) { this.draftId = val.id; this.selectGoodsType = false; + this.GET_GoodData(); + this.activestep = 1; }, // 点击商品类型 handleClickGoodsType(val) {