|
@@ -66,7 +66,7 @@ export default {
|
|
|
areaType: "city",
|
|
|
oldGzData: [],
|
|
|
mapTitle: "供地总面积",
|
|
|
- visibleLayerIds: ["bj-czkfbj", 'bj-kfbjw', 'bj-stbhhx', "hzyx-202310"],
|
|
|
+ visibleLayerIds: ["bj-czkfbj", 'bj-kfbjw', 'bj-stbhhx', "hzyx-202311"],
|
|
|
treeData: [],
|
|
|
xzqdmArr: [],
|
|
|
year: '2022',
|
|
@@ -87,7 +87,7 @@ export default {
|
|
|
})
|
|
|
//监听图层改变事件
|
|
|
this.$vm.$on("setVisibleLayerIdEvent", (visibleLayerId) => {
|
|
|
- this.visibleLayerIds = [visibleLayerId, "hzyx-202310"]
|
|
|
+ this.visibleLayerIds = [visibleLayerId, "hzyx-202311"]
|
|
|
})
|
|
|
|
|
|
// 信息填报弹框
|