From b64c161e66041e697c0db061e102bcd60be9a224 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 31 Dec 2021 08:12:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=B8=83bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/visual/communityGovern/distributionAnalyze.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/visual/communityGovern/distributionAnalyze.vue b/src/views/modules/visual/communityGovern/distributionAnalyze.vue index e5c7754d..1ffc5d06 100644 --- a/src/views/modules/visual/communityGovern/distributionAnalyze.vue +++ b/src/views/modules/visual/communityGovern/distributionAnalyze.vue @@ -392,7 +392,7 @@ export default { item.longitude = agencyItem.longitude item.latitude = agencyItem.latitude item.coordinates = agencyItem.coordinates - debugger + if (this.under) { if (item.count < this.under || item.count === this.under) { item.color = this.colorArray[0]