发布商品,选择模板后跳到商品编辑页面

master
mabo 2021-07-01 16:32:41 +08:00
parent be1a05e566
commit 5368f3c323
1 changed files with 3 additions and 0 deletions

View File

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