From d9ed9d8638f413b3401eff558b4013fa40c4818e Mon Sep 17 00:00:00 2001 From: wanggeng <450292408@qq.com> Date: Fri, 22 Oct 2021 10:04:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=94=A8=E6=88=B7ID=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E8=8E=B7=E5=8F=96=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/teammember/list.html | 2 -- src/main/resources/templates/teammembergrid/list.html | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) 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, }); } // 初始化日期