{{cityName}}
{{district.label}}
@@ -97,8 +98,6 @@ export default {
},
watch: {
shibeiAId (value) {
- console.log('切换区域id:' + value)
- console.log('切换区域Name:' + this.shibeiName)
}
},
@@ -175,13 +174,13 @@ export default {
if (this.selectCommunity.value) {
this.set_shibeiAgencyId(this.selectCommunity.value)
this.set_shibeiAgencyName(this.selectCommunity.label)
- this.set_shibeiAgencyType('grid')
+ this.set_shibeiAgencyType('street')
this.set_shibeiMapCenter(this.selectCommunity.center)
} else {
////选择了全部社区,shibeiId=社区上一级的街道id
this.set_shibeiAgencyId(this.selectStreet.value)
this.set_shibeiAgencyName(this.selectStreet.label)
- this.set_shibeiAgencyType('district')
+ this.set_shibeiAgencyType('community')
this.set_shibeiMapCenter(this.selectStreet.centerMark)
}
},
@@ -197,49 +196,6 @@ export default {
}
-
+
\ No newline at end of file
diff --git a/src/views/screenLeft/left1.vue b/src/views/screenLeft/left1.vue
index 5e3dc2b..3ef3cbd 100644
--- a/src/views/screenLeft/left1.vue
+++ b/src/views/screenLeft/left1.vue
@@ -2,7 +2,7 @@
-
图表
+
+
+
\ No newline at end of file