关于AJAX与workbook.write遮罩层不兼容问题

来源:互联网 发布:淘宝助理顺丰快递模板 编辑:程序博客网 时间:2024/06/05 10:43

可以采用余下方法


$.ajax({    type:'POST',    url:location.href = 'aaa?xxx='+$('#xxx').val(),    beforeSend: function () {      $.messager.progress({          title: '提示',          msg: '文件导出中,请稍候……',          text: ''       });    },    complete: function () {         $.messager.progress('close');    } });