|
@@ -139,7 +139,7 @@
|
|
|
that.regionNum = [];
|
|
|
that.regionNum.push(...resp.data.event)
|
|
|
for(let i in resp.data.data){
|
|
|
- that.regionNum.push({value: resp.data.data[i].count,name: resp.data.data[i].resourceName})
|
|
|
+ that.regionNum.push({value: resp.data.data[i].value,name: resp.data.data[i].name})
|
|
|
}
|
|
|
for(let i in resp.data.device){
|
|
|
that.regionNum.push({value: resp.data.device[i].deviceCount,name: resp.data.device[i].deviceName})
|