From fa00382db413a8489d07983b66f0869305b51a9a Mon Sep 17 00:00:00 2001 From: 81041 <81041@DESKTOP-025NVD9> Date: 星期五, 11 一月 2019 11:35:54 +0800 Subject: [PATCH] 批量读取系统参数 --- gx_tieta/WebRoot/mobil/wcheckAccept-index.html | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/wcheckAccept-index.html b/gx_tieta/WebRoot/mobil/wcheckAccept-index.html index 7cfe337..1b7db4b 100644 --- a/gx_tieta/WebRoot/mobil/wcheckAccept-index.html +++ b/gx_tieta/WebRoot/mobil/wcheckAccept-index.html @@ -74,7 +74,7 @@ var arrdata = new Array(); var Page = { - pageSize:20, //姣忛〉鐨勮鏁� + pageSize:100, //姣忛〉鐨勮鏁� pageCurr:1, //褰撳墠椤电爜鏁� pageAll:0, }; @@ -115,15 +115,17 @@ arrdata.push(data[i]);//瀛樺偍鏁版嵁 if(model.length==0){ model.push(data[i].binf.StationName); + stationlist.push(data[i].binf.StationName); }else{ if(model[model.length-1]!=data[i].binf.StationName){//鑻ヤ笉閲嶅锛屽垯PUSH杩涘幓 model.push(data[i].binf.StationName); + stationlist.push(data[i].binf.StationName); } } - console.info(model); - stationlist=model; + console.info(model); } } + //stationlist=model; createUl($('#battList'),model); } } -- Gitblit v1.9.1