From 407cdff82b24eac4a33068d0778aec16b942d8c3 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 30 Dec 2022 14:58:50 +0800 Subject: [PATCH] bug --- src/project/saas/AppDataStatistics/components/resident.vue | 1 + 1 file changed, 1 insertion(+) 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() })