Browse Source

分布bug

shibei_master
jiangyy 4 years ago
parent
commit
b64c161e66
  1. 2
      src/views/modules/visual/communityGovern/distributionAnalyze.vue

2
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]

Loading…
Cancel
Save