提交 06c4e745 编写于 作者: KK's avatar KK

计数器清除

上级 2082e477
......@@ -27,7 +27,7 @@ export default class ${srfclassname('${item.getCodeName()}')}CounterServiceBase
constructor(opts: any = {}) {
super(opts);
this.initCounterData();
setInterval(() => {
this.timer = setInterval(() => {
this.fetchCounterData(this.context,this.viewparams);
}, <#if item.getTimer()??>${item.getTimer()?c}<#else>6000</#if>);
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册