这样可能是你的 表有问题了。提交失败卡住了,检查 你的报交设置吧
js 代码
var cell = this.options.location;
console.log(cell);
FR.Msg.confirm("警告", "确定要删除吗?",
function(value) {
if (value) {
alert("即将删除!");
_g().deleteReportRC(cell);
_g().verifyAndWriteReport();
location.reload();
} else {
alert("取消删除!");
}
}
)
