Commit f485784e authored by zhengke's avatar zhengke

修改

parent 917d8184
......@@ -232,6 +232,7 @@ import ChooseImg from "@/components/global/ChooseImg.vue";
ParentId:0,
Enabled:1,
IsShow:1,
CategoryPageType:0
},
loading:false,
active1:-1,
......@@ -301,11 +302,15 @@ import ChooseImg from "@/components/global/ChooseImg.vue";
this.tierDig=true;
this.titleDig='选择归属的一级分类';
this.tierWidth='300px'
this.msg1.CategoryPageType = this.userInfo.CategoryPageType;
this.getList();
}
if(num==3){
this.tierDig=true;
this.titleDig='选择归属的二级分类';
this.tierWidth='600px'
this.tierWidth='600px';
this.msg1.CategoryPageType = this.userInfo.CategoryPageType;
this.getList();
}
},
openChangeDig(val){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment