var id = $("td[id^=F]:last").attr("id");
setTimeout(function() {
contentPane.appendReportRC(1, id);
}, 200)
直接使用 _g().appendReportRC(1) 插入解决了
-- 先alert(id)排查返回的内容;
------
JS实现固定插入和删除最后一行/多行-https://help.fanruan.com/finereport/doc-view-4056.html