diff --git a/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue b/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue index 0dbc942f..89b0ae65 100644 --- a/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue +++ b/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue @@ -556,7 +556,7 @@ export default { this.instance.post(`/app/appgirdinfo/listAll3?girdCode=${this.user.info.areaId}`).then((res) => { if (res?.code == 0) { this.girdOptions = this.toTree(res.data) - this.firstGirdId = res.data[0].girdId + this.firstGirdId = res.data[0].id this.getRanking() this.getStatistics() }