Compare commits
No commits in common. "f92632a750623767097bb71be7f808d43aa909ce" and "4ffd0205d886d459d0f4b2521b4f0929fa9b05be" have entirely different histories.
f92632a750
...
4ffd0205d8
@ -24,7 +24,7 @@
|
||||
</div>
|
||||
<div class="item item_act" @click="toBackPage">
|
||||
<img src="../../assets/img/nav2.png" alt="">
|
||||
<span>控制器</span>
|
||||
<span>施肥机</span>
|
||||
</div>
|
||||
<div class="item item_act" v-show="false">
|
||||
<img src="../../assets/img/nav3.png" alt="">
|
||||
@ -705,16 +705,13 @@ 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_weather_echart_data(2023042214250027)
|
||||
this.get_thisWeekTemperature_echart_data(2023042214250027)
|
||||
this.get_environmentData(2023042214250027)
|
||||
this.get_readControl_getState(2023042214250027)
|
||||
// this.get_readControl_getState(2023042214250018)
|
||||
this.getWeatherData(2023042214250027)
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user