From 258bf54607541da6224547bc9c65d37a8d8d4472 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 21 Dec 2023 17:13:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }