pull/41/head
parent
01ba76bf30
commit
15bf2a4bf6
|
@ -705,13 +705,16 @@ export default {
|
|||
this.dataList = res.data.data
|
||||
if (res.status === 200) {
|
||||
res.data.data.forEach(el => {
|
||||
this.get_weather_echart_data(el.deviceId)
|
||||
this.get_thisWeekTemperature_echart_data(el.deviceId)
|
||||
this.get_environmentData(el.deviceId)
|
||||
this.get_readControl_getState(el.deviceId)
|
||||
// this.get_weather_echart_data(el.deviceId)
|
||||
// this.get_thisWeekTemperature_echart_data(el.deviceId)
|
||||
// this.get_environmentData(el.deviceId)
|
||||
// this.get_readControl_getState(el.deviceId)
|
||||
|
||||
});
|
||||
// this.get_readControl_getState(2023042214250018)
|
||||
this.get_weather_echart_data(2023042214250027)
|
||||
this.get_thisWeekTemperature_echart_data(2023042214250027)
|
||||
this.get_environmentData(2023042214250027)
|
||||
this.get_readControl_getState(2023042214250027)
|
||||
this.getWeatherData(2023042214250027)
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue