gx_tieta/WebRoot/bts-comm-task.jsp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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);