填报成功那边设置js
https://help.finereport.com/doc-view-620.html
var url = encodeURI("${servletURL}?viewlet=你的模板路径.cpt&op=write");
FR.doHyperlinkByGet({
url: url,
title: '主页',
target: '_self'
});