Compare commits
No commits in common. "717182763e045b47e872301a88660c21660ff766" and "dcef3564d534b862cbcad4c0645bedc39232d1ec" have entirely different histories.
717182763e
...
dcef3564d5
@ -968,7 +968,7 @@ export default {
|
||||
this.get_environmentData(2023120613270120);
|
||||
this.get_readControl_getState(2023120613270120);
|
||||
this.getWeatherData(2023120613270120);
|
||||
} else if (limitUserId == 8) {
|
||||
} else if (limitUserId == 8||limitUserId == 9) {
|
||||
// 获取控制器第一个Id
|
||||
const list = []
|
||||
this.$store.state.equipmentList.forEach((el, index) => {
|
||||
@ -984,15 +984,6 @@ export default {
|
||||
this.get_environmentData(list[0].deviceId);
|
||||
this.get_readControl_getState(list[0].deviceId);
|
||||
this.getWeatherData(list[0].deviceId);
|
||||
} else if (limitUserId == 9) {
|
||||
|
||||
// 左侧上部气象站charts
|
||||
this.get_weather_echart_data(2024070113400048);
|
||||
this.get_thisWeekTemperature_echart_data(2024070113400048);
|
||||
this.get_environmentData(2024070113400048);
|
||||
this.get_readControl_getState(2024070113400048);
|
||||
// 左侧上部气象站
|
||||
this.getWeatherData(2023120613270131);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user