From 84fbce43c96593d6bb17568b495a644a47ce247d Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Mon, 23 May 2022 11:12:09 +0800 Subject: [PATCH] dd --- src/views/modules/visual/components/screen-map/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/visual/components/screen-map/index.vue b/src/views/modules/visual/components/screen-map/index.vue index 52003d3a..e4b2fd05 100644 --- a/src/views/modules/visual/components/screen-map/index.vue +++ b/src/views/modules/visual/components/screen-map/index.vue @@ -558,7 +558,7 @@ const vueGis = { this.centerPoint = centerPointGlobal } - this.setZoom(this.mapInfo.level) + this.setZoom(this.mapInfo.agencyLevel) }, //根据组织层级设置缩放级别