diff --git a/src/main/resources/templates/teammember/list.html b/src/main/resources/templates/teammember/list.html index b71914c..09fafeb 100644 --- a/src/main/resources/templates/teammember/list.html +++ b/src/main/resources/templates/teammember/list.html @@ -177,7 +177,6 @@ // 重载表格 function reloadTable(currentPage) { table.reload('dataTable', { - url: top.restAjax.path(tableUrl, [teamId]), where: { keywords: $('#keywords').val(), startTime: $('#startTime').val(), @@ -186,7 +185,6 @@ page: { curr: currentPage }, - height: $win.height() - 60, }); } // 初始化日期 diff --git a/src/main/resources/templates/teammembergrid/list.html b/src/main/resources/templates/teammembergrid/list.html index 66f0675..d1fa681 100644 --- a/src/main/resources/templates/teammembergrid/list.html +++ b/src/main/resources/templates/teammembergrid/list.html @@ -64,7 +64,7 @@ id: 'dataTable', url: top.restAjax.path(tableUrl, [teamId]), width: admin.screen() > 1 ? '100%' : '', - height: $win.height() - 15, + height: $win.height() - 20, limit: 20, limits: [20, 40, 60, 80, 100, 200], toolbar: '#headerToolBar', @@ -220,7 +220,6 @@ // 重载表格 function reloadTable(currentPage) { table.reload('dataTable', { - url: top.restAjax.path(tableUrl, [teamId]), where: { keywords: $('#keywords').val(), startTime: $('#startTime').val(), @@ -229,7 +228,6 @@ page: { curr: currentPage }, - height: $win.height() - 15, }); } // 初始化日期