修复tabelExport.js插件导出操作自动提交表单问题.

This commit is contained in:
zhangwenqing
2018-12-24 11:06:43 +08:00
parent 9d8786dd2e
commit fcfc7a617d
3 changed files with 7 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ $(document).ready(function() {
});
//ajaxServiceLogTotal();
$(".export-btn").click(function(){
loading('<spring:message code="onloading"/>');
var suffix = $(this).data("export-type");
totaltb(1,-1);
@@ -85,6 +86,7 @@ $(document).ready(function() {
$("#myexport").click();
$("caption").remove();
//totaltb(pato,size);
closeTip();
});