Compare commits

..

No commits in common. "717182763e045b47e872301a88660c21660ff766" and "dcef3564d534b862cbcad4c0645bedc39232d1ec" have entirely different histories.

View File

@ -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);
}
}
});