From 43fe18b40a84b82ca5c5f1a88abb89ea168f95f5 Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.23>
Date: 星期一, 12 十一月 2018 10:12:26 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclxw1@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

---
 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