保存前弹出一个确认提示,请问怎么实现
在按钮 事件 点击中添加如下js
var cell = this.options.location;
FR.Msg.confirm("提示:", "确定要保存吗?", function(value){
if (value) {
_g().verifyAndWriteReport(cell);
}
})
参考JS实现删除时二次确认-https://help.fanruan.com/finereport10.0/doc-view-2279.html