|
|
@ -177,7 +177,7 @@ export default { |
|
|
|
}), |
|
|
|
getResidentClassifyStatistics() { |
|
|
|
let params = { |
|
|
|
agencyId: this.communityId || '0' |
|
|
|
agencyId: this.communityId || null |
|
|
|
} |
|
|
|
getResidentClassifyStatistics(params).then(({ data: res }) => { |
|
|
|
console.log('产品内网接口-获取居民分类统计数据地图', res) |
|
|
@ -190,7 +190,7 @@ export default { |
|
|
|
}, |
|
|
|
getHourseClassifyStatistics () { |
|
|
|
let params = { |
|
|
|
agencyId: this.communityId || '0' |
|
|
|
agencyId: this.communityId || null |
|
|
|
} |
|
|
|
getHourseClassifyStatistics(params).then(({ data: res }) => { |
|
|
|
numAnimation(this.statisticsList[1].value, res.count, this.statisticsList[1], 'value') |
|
|
|