多sheet报表,sheet1负责填报,sheet2负责展示,现在想sheet1填报成功后刷新页面,然后跳转到其他sheet2,这种方式可以实现吗?
setTimeout(function() {
_g().refreshAllSheets();
_g().loadSheetByName("报表展示");
}, 1000);
将原来的 location.reload(); 换成_g().refreshAllSheets(); 就行了
https://help.fanruan.com/finereport/doc-view-2386.html 填报成功事件参考JS
填报成功,写js跳转sheet页
参考JS实现页面加载后默认显示指定sheet页-https://help.fanruan.com/finereport/doc-view-1980.html