积分统计

This commit is contained in:
liuye
2023-12-21 17:13:26 +08:00
parent 62a38d7d9e
commit 258bf54607

View File

@@ -556,7 +556,7 @@ export default {
this.instance.post(`/app/appgirdinfo/listAll3?girdCode=${this.user.info.areaId}`).then((res) => { this.instance.post(`/app/appgirdinfo/listAll3?girdCode=${this.user.info.areaId}`).then((res) => {
if (res?.code == 0) { if (res?.code == 0) {
this.girdOptions = this.toTree(res.data) this.girdOptions = this.toTree(res.data)
this.firstGirdId = res.data[0].girdId this.firstGirdId = res.data[0].id
this.getRanking() this.getRanking()
this.getStatistics() this.getStatistics()
} }