From a942cb0a9090867a3bf0afc69eb63df0d4b9d762 Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期四, 06 十二月 2018 10:25:15 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whychdw@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- 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