From 5a9922385cfc78413a13c1b587b1e0337cc0e80d Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 7 Sep 2023 09:01:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE-=E5=9C=B0=E5=9B=BE):?= =?UTF-8?q?=20=E5=88=A0=E9=99=A4=E5=9C=B0=E5=9B=BE=E4=B8=8B=E9=92=BB?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/views/chart/components/ChartComponent.vue | 6 ------ 1 file changed, 6 deletions(-) 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 From 72de39f8052b7aa9d953a4328c601024f382e91e Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 7 Sep 2023 09:04:51 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix(=E8=B5=B7=E6=B3=A1=E5=9C=B0=E5=9B=BE):?= =?UTF-8?q?=20=E5=88=A0=E9=99=A4=E4=B8=8B=E9=92=BB=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/echarts/map/buddle/index.vue | 4 ---- 1 file changed, 4 deletions(-) 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 = {