diff --git a/src/project/saas/AppDataStatistics/components/resident.vue b/src/project/saas/AppDataStatistics/components/resident.vue index 578025dd..d4eeee74 100644 --- a/src/project/saas/AppDataStatistics/components/resident.vue +++ b/src/project/saas/AppDataStatistics/components/resident.vue @@ -72,6 +72,7 @@ export default { this.sexArray = res.data.男女比例.map(v=> v.v2) this.sexFlag = !this.sexArray.every(e=> e==0) this.$nextTick(()=> { + this.getSpecialEcharts() this.getAgeEcherts(this.ageArray) this.getAgeProportion() })