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