fix(视图-地图): 点击事件触发多次

This commit is contained in:
fit2cloud-chenyw 2023-09-06 18:14:58 +08:00
parent 81fff7f823
commit 13842e9257

View File

@ -292,6 +292,7 @@ export default {
this.myChart = this.$echarts.init(document.getElementById(this.chartId))
}
this.drawEcharts()
this.myChart.off('click')
this.myChart.on('click', function(param) {
that.pointParam = param
if (that.linkageActiveParam) {