From 99285fcc7d30e62f1e84e1c96d29d0ffcd9ccdbc Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.30>
Date: 星期三, 14 十一月 2018 17:33:27 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclxw1@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

---
 gx_tieta/WebRoot/index.jsp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gx_tieta/WebRoot/index.jsp b/gx_tieta/WebRoot/index.jsp
index c65e3ec..99b08f6 100644
--- a/gx_tieta/WebRoot/index.jsp
+++ b/gx_tieta/WebRoot/index.jsp
@@ -2777,7 +2777,7 @@
 			
 			tabc.push(tmp);
 		}
-		
+		var StationId_ex = data[0].StationId_ex;
 		var homeData = data[0].binf_ex;
 		var tmp = {};
 		tmp.title = '鍩虹珯淇℃伅';
@@ -2787,7 +2787,7 @@
         tmp.cshow = '';
         // 璁剧疆content鐨勫��
 		var content = tmp.content;
-		//content.stationid = homeData.
+		content.stationid = StationId_ex;
 		content.stationname = homeData.stationName;
 		content.homeid = homeData.stationId;
 		content.organize = homeData.affiliation;

--
Gitblit v1.9.1