积分统计
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user