Commit be6f3901 authored by zhengke's avatar zhengke

no message

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