在我的项目中我使用的是Highchart,出于某种原因我需要在导出图表后重新加载页面,在我尝试的代码下面但这不起作用
menuItems: [{
textKey: "printChart",
onclick: function() {
this.print()
location.reload(true)
}
}
感谢任何帮助