希望达到的效果:
勾选时,报表每5秒自动自动刷新;不勾选时,无动作。
这个在控件初始化事件写js
var th=this;
setInterval(function() {
var a=th.getValue();
if(a){_g().parameterCommit(); }
}, 5000);