能量管理:初始化加载

This commit is contained in:
高云鹏 2024-12-06 17:36:30 +08:00
parent dcc1dbac78
commit e95e974547

View File

@ -389,6 +389,7 @@ const getAirBlowerList = () => {
} }
let timer: any = null let timer: any = null
const autoUpdateAirBlower = () => { const autoUpdateAirBlower = () => {
getAirBlowerList()
if (!timer) { if (!timer) {
timer = setInterval(() => { timer = setInterval(() => {
getAirBlowerList() getAirBlowerList()