EasyUI Dialog 对话框 关闭事件

在  $('#×××').dialog('close');  执行后触发

$(function(){
    $("#titledialos").dialog({
        onClose: function () {
        想要执行的内容;
        }
    });
})
原文地址:https://www.cnblogs.com/raitorei/p/9877987.html