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) {