diff --git a/packages/2.0.5/AppGridMap/components/list.vue b/packages/2.0.5/AppGridMap/components/list.vue index 7fb8c6b7..a5c42451 100644 --- a/packages/2.0.5/AppGridMap/components/list.vue +++ b/packages/2.0.5/AppGridMap/components/list.vue @@ -215,8 +215,8 @@ bounds.push(this.fitBounds(path.points.map(e => new TMap.LatLng(e[1], e[0])))) polygon.on('click', e => { - const id = e.target.id - this.getGridInfo(id) + // const id = e.target.id + // this.getGridInfo(id) }) const points = path.points.map(e => new TMap.LatLng(e[1], e[0])) @@ -246,7 +246,7 @@ }) this.labels.push(label) label.on('click', e => { - this.getGridInfo(e.target.id.split('~')[1]) + // this.getGridInfo(e.target.id.split('~')[1]) }); }) bounds = bounds.reduce((a, b) => {