使用js时,window.location功能,不想刷新整个页面?
-- 定时刷新
setInterval(function() {
_g().getWidgetByName('报表块名称').gotoPage(1,"{}",true);
}, 1000);
-- 延迟刷新
或 setTimeout()
————————————————————
那你想干嘛??
决策报表么?决策报表内报表块刷新插件-https://help.fanruan.com/finereport/doc-view-1752.html