能量管理:初始化加载
This commit is contained in:
parent
dcc1dbac78
commit
e95e974547
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user