Merge pull request #6049 from dataease/pr@dev@fix_drill_tips

fix(视图-地图): 删除地图下钻错误提示
This commit is contained in:
fit2cloud-chenyw 2023-09-07 09:05:38 +08:00 committed by GitHub
commit 107c793d1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 10 deletions

View File

@ -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

View File

@ -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 = {