有多个sheet,在sheet2中删除提交成功后,刷新后怎么回到sheet2
参考JS 实现点击查询后停留在当前查询的 Tab 页-https://help.fanruan.com/finereport/doc-view-2177.html
JS实现页面加载后默认显示指定sheet页-https://help.fanruan.com/finereport/doc-view-1980.html
根据这两个文档,结合使用
报表填报成功事件试试可不可行:
var index = $(".fr-sheetbutton-container").index($(".fr-sheetbutton-container-active")); $(".fr-sheetbutton-container").eq(index).trigger("click");