diff --git a/core/frontend/src/views/chart/components/ChartComponent.vue b/core/frontend/src/views/chart/components/ChartComponent.vue index 7a76eaa67d..fb1f4e9988 100644 --- a/core/frontend/src/views/chart/components/ChartComponent.vue +++ b/core/frontend/src/views/chart/components/ChartComponent.vue @@ -494,12 +494,6 @@ export default { trackClick(trackAction) { const param = this.pointParam if (!param || !param.data || !param.data.dimensionList) { - if (this.chart.type === 'map') { - const zoom = this.myChart.getOption().geo[0].zoom - if (zoom <= 1) { - this.$warning(this.$t('panel.no_drill_field')) - } - } return } const quotaList = this.pointParam.data.quotaList diff --git a/extensions/dataease-extensions-view/view-bubblemap/view-bubblemap-frontend/src/views/echarts/map/buddle/index.vue b/extensions/dataease-extensions-view/view-bubblemap/view-bubblemap-frontend/src/views/echarts/map/buddle/index.vue index 951824a1c9..f0b3f52c4d 100644 --- a/extensions/dataease-extensions-view/view-bubblemap/view-bubblemap-frontend/src/views/echarts/map/buddle/index.vue +++ b/extensions/dataease-extensions-view/view-bubblemap/view-bubblemap-frontend/src/views/echarts/map/buddle/index.vue @@ -348,10 +348,6 @@ this.pointParam.viewId = this.chart.id const param = this.pointParam if (!param || !param.data || !param.data.dimensionList) { - const zoom = this.myChart.getOption().geo[0].zoom - if (zoom <= 1) { - this.$warning(this.$t('panel.no_drill_field')) - } return } const linkageParam = {