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

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_27384505/article/details/77361413

可以采用余下方法


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


猜你喜欢

转载自blog.csdn.net/qq_27384505/article/details/77361413
今日推荐