From 4ab1d1cfd662f2f0a258a2087e18f5402ac0149a Mon Sep 17 00:00:00 2001
From: LiJun <LiJun@192.168.10.21>
Date: 星期四, 06 十二月 2018 10:04:25 +0800
Subject: [PATCH] 设备连接信息屏蔽输出

---
 gx_tieta/WebRoot/bts-comm-task.jsp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gx_tieta/WebRoot/bts-comm-task.jsp b/gx_tieta/WebRoot/bts-comm-task.jsp
index c9a1156..692f647 100644
--- a/gx_tieta/WebRoot/bts-comm-task.jsp
+++ b/gx_tieta/WebRoot/bts-comm-task.jsp
@@ -403,7 +403,7 @@
 					if(newLoad) {
 						load = layer.load(1);
 					}
-					console.log(temp);					
+					//console.log(temp);					
 					$.ajax({
 						type:'post',
 						async:true,
@@ -412,7 +412,7 @@
 						dataType: 'json',
 						success:function(result) {
 							var model = JSON.parse(result.result);
-							console.info(model);
+							//console.info(model);
 							var arr_td = new Array();
 							if(model.code == 1){
 								for(var i=0;i<model.data.length;i++){
@@ -431,7 +431,7 @@
 									Page.setAll(_data.num);
 								}
 							}
-							console.info(arr_td);
+							//console.info(arr_td);
 							tOptions.data = arr_td;
 							// 鐢熸垚琛ㄦ牸鏁版嵁
 							table.render(tOptions);

--
Gitblit v1.9.1