FR.Msg.confirm("警告","确定要提交吗?",function(value){
if(value){
setTimeout(function() {
_g('${sessionID}').writeReport();//contentPane.writeReport();
}, 2000);
return true;
}else{
return false;
})
参考:移动端 App 的 JS 接口-https://help.finereport.com/doc-view-586.html