From 30fd57f9bae8c05e99f85c41efdcb14b52c29d29 Mon Sep 17 00:00:00 2001 From: 81041 <81041@192.168.10.23> Date: 星期四, 01 十一月 2018 16:15:09 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclxw1@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/control.jsp | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/gx_tieta/WebRoot/control.jsp b/gx_tieta/WebRoot/control.jsp index cd8d13b..24d373a 100644 --- a/gx_tieta/WebRoot/control.jsp +++ b/gx_tieta/WebRoot/control.jsp @@ -4318,7 +4318,8 @@ function findHome() { var tmp = { StationName1:'', - StationName2: '' + StationName2: '', + StationName5:'' }; // 鏌ヨ灏嗕俊鎭� @@ -4333,6 +4334,7 @@ label: _data.StationName+'('+_data.StationId+')', province: _data.StationName1, city: _data.StationName2, + county: _data.StationName5, home: _data.StationName, homeid: _data.StationId, battid: undefined -- Gitblit v1.9.1