加载结束事件里面写JS
setInterval(function() { //SetInterval:每100毫秒执行一次,setTimeout:100毫秒后执行一次
this.reload();
}, 100);
JS实现决策报表定时刷新