Commit f485784e authored by zhengke's avatar zhengke

修改

parent 917d8184
...@@ -232,6 +232,7 @@ import ChooseImg from "@/components/global/ChooseImg.vue"; ...@@ -232,6 +232,7 @@ import ChooseImg from "@/components/global/ChooseImg.vue";
ParentId:0, ParentId:0,
Enabled:1, Enabled:1,
IsShow:1, IsShow:1,
CategoryPageType:0
}, },
loading:false, loading:false,
active1:-1, active1:-1,
...@@ -301,11 +302,15 @@ import ChooseImg from "@/components/global/ChooseImg.vue"; ...@@ -301,11 +302,15 @@ import ChooseImg from "@/components/global/ChooseImg.vue";
this.tierDig=true; this.tierDig=true;
this.titleDig='选择归属的一级分类'; this.titleDig='选择归属的一级分类';
this.tierWidth='300px' this.tierWidth='300px'
this.msg1.CategoryPageType = this.userInfo.CategoryPageType;
this.getList();
} }
if(num==3){ if(num==3){
this.tierDig=true; this.tierDig=true;
this.titleDig='选择归属的二级分类'; this.titleDig='选择归属的二级分类';
this.tierWidth='600px' this.tierWidth='600px';
this.msg1.CategoryPageType = this.userInfo.CategoryPageType;
this.getList();
} }
}, },
openChangeDig(val){ 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