Commit be6f3901 authored by zhengke's avatar zhengke

no message

parent dc4228f3
......@@ -219,7 +219,7 @@
UserId: 0,
RandomNum:0,//随机数
CategoryId: 0,//分类Id
BuildingCarrierType: 1,//(1-载体,2-楼宇)
BuildingCarrierType: null,//(1-载体,2-楼宇)
OpeningStatus: -1,// 0-即将开业,1-已开业
QShopType: 0,//1-成都首店,2-宜宾商载通
},
......@@ -272,8 +272,6 @@
watch: {
$route: {
handler(val, oldVal) {
this.getList();
this.getTypeEnumList();
this.isCarrier = val.name=='BuildingServiceManager'
this.msg = {
MetroName: "", //地铁站名称
......@@ -292,6 +290,8 @@
OpeningStatus: -1,// 0-即将开业,1-已开业
QShopType: 0,//1-成都首店,2-宜宾商载通
}
this.getList();
this.getTypeEnumList();
},
deep: true,
},
......
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