diff --git a/Bootstrap.Admin/Content/js/framework.js b/Bootstrap.Admin/Content/js/framework.js index f724c061..1a6c0a78 100644 --- a/Bootstrap.Admin/Content/js/framework.js +++ b/Bootstrap.Admin/Content/js/framework.js @@ -167,7 +167,7 @@ swal(msg, "删除数据", info); result = result.result; } - else swal("成功", "删除数据", "success"); + else setTimeout(function () { swal("成功!", "删除数据", "success") }, 100); if (result) $(options.bootstrapTable).bootstrapTable('refresh'); } else swal("失败", "删除数据", "error");