From 3fa965526809b6a236d13dcfc8de024d13b583fe Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期三, 10 十月 2018 15:33:15 +0800
Subject: [PATCH] 配组筛选条件

---
 gx_tieta/WebRoot/equipHistWarn1.jsp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gx_tieta/WebRoot/equipHistWarn1.jsp b/gx_tieta/WebRoot/equipHistWarn1.jsp
index 53bd8ce..cb048a7 100644
--- a/gx_tieta/WebRoot/equipHistWarn1.jsp
+++ b/gx_tieta/WebRoot/equipHistWarn1.jsp
@@ -376,7 +376,7 @@
 
         // 鐢熸垚琛ㄦ牸鐨勫ご閮ㄥ拰琛ㄤ綋
         function createAllTbl (header, body, arrTh, arrTd,arrTr,status) {
-            console.info(status);
+            //console.info(status);
             var newArrTh = new Array();
             var newArrTd = new Array();
             newArrTh = getArrTh(status, arrTh);
@@ -653,7 +653,7 @@
 				pageCurr:Page.pageCurr,						//褰撳墠椤�
 			}
 		};
-		console.log(temp);
+		//console.log(temp);
 		return temp;
 	}
 	

--
Gitblit v1.9.1