修复tabelExport.js插件导出操作自动提交表单问题.
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user