提交 af55a692 编写于 作者: tony001's avatar tony001

销毁计数器定时器

上级 eadde555
......@@ -473,6 +473,14 @@ ${P.getLogicCode(uiAction, "LOGIC.vue").code}
this.serviceStateEvent.unsubscribe();
}
}
// 销毁计数器定时器
if(this.counterServiceArray && this.counterServiceArray.length >0){
this.counterServiceArray.forEach((item:any) =>{
if(item.destroyCounter && item.destroyCounter instanceof Function){
item.destroyCounter();
}
})
}
}
</#if>
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册