From ca15e5b9de8200a020bd1e5dd62fff268ef13fed Mon Sep 17 00:00:00 2001 From: LiJun <LiJun@192.168.10.18> Date: 星期二, 06 十一月 2018 13:44:49 +0800 Subject: [PATCH] 修改首页上的图例上的机房停电改成停电机房 --- gx_tieta/WebRoot/js/base.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gx_tieta/WebRoot/js/base.js b/gx_tieta/WebRoot/js/base.js index 7598d6e..99c3c01 100644 --- a/gx_tieta/WebRoot/js/base.js +++ b/gx_tieta/WebRoot/js/base.js @@ -424,7 +424,7 @@ //鏍规嵁stationid鏌ヨ鍩虹珯鐨勪俊鎭� function findStationInfoByStation(temp){ - //console.info(temp); + console.info(JSON.stringify(temp)); $.ajax({ type:"post", url: "Battinf_exAction!serchByCondition", @@ -433,9 +433,10 @@ data:"json="+JSON.stringify(temp), success: function(data){ var model = eval('('+data.result+')'); + console.log(model); if(model.code == 1 && model.data.length>0){ var station = model.data[0]; - console.info(station); + //console.info(station); $('#station_stationid_ex').text(temp.StationId_ex); //绔欑偣id $('#station_stationname').text(station.stationName); //鏈烘埧鍚嶇О $('#station_stationid').text(station.stationId); //鏈烘埧鍚嶇О -- Gitblit v1.9.1