刷新平台标签页的JS如何写?
刷新报表页面的方法总结-https://help.fanruan.com/finereport/doc-view-1857.html
JS实现决策报表定时刷新-https://help.fanruan.com/finereport/doc-view-1457.html
添加初始化事件
setInterval('location.reload();', 10000); //新建一个定时器,它会每隔10000毫秒执行一次对页面的刷新