ct
This commit is contained in:
@@ -159,15 +159,6 @@ export default {
|
|||||||
Echarts1: null,
|
Echarts1: null,
|
||||||
Echarts2: null,
|
Echarts2: null,
|
||||||
areaId: '',
|
areaId: '',
|
||||||
currentPeople: 0,
|
|
||||||
// tabPeopleList: [
|
|
||||||
// {
|
|
||||||
// name: '本地居民',
|
|
||||||
// },
|
|
||||||
// {
|
|
||||||
// name: '流动人员',
|
|
||||||
// },
|
|
||||||
// ],
|
|
||||||
current: 1,
|
current: 1,
|
||||||
keyword: '',
|
keyword: '',
|
||||||
data: [],
|
data: [],
|
||||||
@@ -280,6 +271,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
initEcharts1(data) {
|
initEcharts1(data) {
|
||||||
|
console.log(Object.values(data).map((e) => e.decrease))
|
||||||
var option = {
|
var option = {
|
||||||
legend: {
|
legend: {
|
||||||
data: ['群成员总数', '入群人数', '退群人数'],
|
data: ['群成员总数', '入群人数', '退群人数'],
|
||||||
@@ -516,11 +508,6 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
changePeople(e) {
|
|
||||||
this.currentPeople = e
|
|
||||||
this.getList()
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
onReachBottom() {
|
onReachBottom() {
|
||||||
this.current = this.current + 1
|
this.current = this.current + 1
|
||||||
|
|||||||
Reference in New Issue
Block a user