实现在加载结束时点击工具栏的打印按钮
工具栏接口 https://help.fanruan.com/finereport/doc-view-4295.html
加载结束事件,js如下
_g().getToolbar().getWidgetByName("newprint").fireEvent("click");
JS 调用 FR 打印方法