From dcb6e3eabb358b83015eb0db3441948a4375dfcd Mon Sep 17 00:00:00 2001 From: hdw <hdw@192.168.7.112> Date: 星期四, 03 一月 2019 10:02:11 +0800 Subject: [PATCH] 不访问自动关闭首页和top.jsp的计时器 --- gx_tieta/WebRoot/batt-state-manage.jsp | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/gx_tieta/WebRoot/batt-state-manage.jsp b/gx_tieta/WebRoot/batt-state-manage.jsp index 3510401..052a8a7 100644 --- a/gx_tieta/WebRoot/batt-state-manage.jsp +++ b/gx_tieta/WebRoot/batt-state-manage.jsp @@ -708,7 +708,7 @@ $('#current').text(Page.pageCurr+"/"+pageNum); } layer.close(load); - createAllTbl(tblHd, tblBd, arrTh, arrTd, tblStatus); + createFullTbl(tblHd, tblBd, arrTh, arrTd, tblStatus); // 缁欐瘡涓�琛屾坊鍔犳暟鎹� var trList = tblBd.find('tbody tr'); @@ -723,6 +723,11 @@ }); } + // 椤甸潰瀹瑰櫒澶у皬鏀瑰彉瑙﹀彂 + $(window).resize(function() { + setTblWidth(tblHd, tblBd); + }); + // 鑾峰彇缁埅鏃堕暱 function StringtoData(value){ var date1= value; //寮�濮嬫椂闂� -- Gitblit v1.9.1