LiJun
2018-11-27 ebe8e00cb87d3aa4d7b3b61e889a38e802bf6dcb
gx_tieta/WebRoot/mobil/historywarn.html
@@ -529,8 +529,8 @@
 
 //根据机房获取电池组   
     function findserchByBattGroupNamebystationname(){
      var stationid = $("#station_name").find('option:selected').attr('stationid')?$("#station_name").find('option:selected').attr('stationid'):'';
      var stationid = $("#homeName").find('option:selected').attr('stationid')?$("#homeName").find('option:selected').attr('stationid'):'';
      var data = {
         StationName1: $("#mainteArea").val(),
         StationName2:$("#city").val(),
@@ -585,6 +585,7 @@
   $('#city').change(function(){
         findCounty();   
   });
   //当区/县改变时改变机房
   $('#country').change(function(){
         findStationNamebyStationname1();