81041
2018-12-13 2c6ede3cba07f6d47c191445ee70b7379176dbb4
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();