From 85f41f2a3ab8013b68ed0f2e91ab324205a9076e Mon Sep 17 00:00:00 2001 From: 81041 <81041@192.168.10.23> Date: 星期二, 27 十一月 2018 17:29:25 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclxw1@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/mobil/ele-param.html | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/ele-param.html b/gx_tieta/WebRoot/mobil/ele-param.html index 7e2172e..09abe58 100644 --- a/gx_tieta/WebRoot/mobil/ele-param.html +++ b/gx_tieta/WebRoot/mobil/ele-param.html @@ -191,14 +191,14 @@ /*if() { load = layer.load(1); }*/ - $.ajax({ + $.ajax({ type:"post", url:"", async:true, datatype:'json', data:"json="+json, success:function(data){ - console.info(data); + //console.info(data); var data = JSON.parse(data.result); //layer.close(load); if(data.code==1&&data.data.length>0){ @@ -220,7 +220,14 @@ //console.info(Page.pageAll); createTbl(tblCon, arrTh, arrTd); } - }); + }); + /* 妯℃嫙鏁版嵁鍋氬ソ灏卞垹锛侊紒锛侊紒锛侊紒锛侊紒 */ + for(i=0;i<100;i++){ + arrTd[i]=i*10; + } + + createTbl(tblCon, arrTh, arrTd); + /* 妯℃嫙鏁版嵁鍋氬ソ灏卞垹锛侊紒锛侊紒锛侊紒锛侊紒 */ } function createSearchForm(){ -- Gitblit v1.9.1