From 8c68efcf508e58107ff965db0325ff823c364e59 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期三, 31 十月 2018 11:53:45 +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