From 3b8aca90fb59ff5978fed26d56758a4c04b220b1 Mon Sep 17 00:00:00 2001
From: 军 <军@hp-pc>
Date: 星期三, 10 十月 2018 09:43:48 +0800
Subject: [PATCH] 屏蔽设备实时告警和设备历史告警页面中的输出,以及修复设备实时告警中的查询条件未加载就开始查询bug修复

---
 gx_tieta/WebRoot/equipHistWarn1.jsp |    4 ++--
 gx_tieta/WebRoot/equipWarn1.jsp     |    4 ++--
 2 files changed, 4 insertions(+), 4 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;
 	}
 	
diff --git a/gx_tieta/WebRoot/equipWarn1.jsp b/gx_tieta/WebRoot/equipWarn1.jsp
index 6e84fff..a17a5b7 100644
--- a/gx_tieta/WebRoot/equipWarn1.jsp
+++ b/gx_tieta/WebRoot/equipWarn1.jsp
@@ -188,7 +188,7 @@
 		
 		// 鏍规嵁琛ㄦ牸鐨勫ご閮ㄧ敓鎴愯〃鏍奸�夐」鍜岃〃鏍肩殑鐘舵�佹暟缁�
 		$(function() {
-			searchDevAlarm();
+			//searchDevAlarm();
 		
 		    centerDiv($('#cardOption'));
 		    // 閬嶅巻琛ㄦ牸澶撮儴鐢熸垚鐘舵�佹暟缁�
@@ -574,7 +574,7 @@
 					pageCurr:Page.pageCurr,						//褰撳墠椤�
 				}
         	};
-        	console.log(temp);
+        	//console.log(temp);
         	return temp;
         }
         

--
Gitblit v1.9.1