[WEB]1.修改首页场站图标显示颜色不正确的问题,2.修改运行监控页面储能系统的运行模式和预制舱参数在页面切换时数据不显示问题

This commit is contained in:
lixiaoyuan
2025-10-09 18:37:18 +08:00
parent 272154c06a
commit 0975ea52d4
25 changed files with 2377 additions and 135 deletions

View File

@@ -433,10 +433,11 @@ export default {
res.data.device_group.forEach((Element, index) => {
this.systems[index].num = Element.count
this.systems[index].power = Element.power
this.systems[index].workmode = Element.workmode
if (Element.category == 1) {
this.message = Element.msg
}
// workmode 和 msg 数据通过 queryDevicByCategory 接口返回
//this.systems[index].workmode = Element.workmode
// if (Element.category == 1) {
// this.message = Element.msg
// }
})
this.workMode = res.data.work_mode
} catch (error) {