81041
2018-12-26 6ca12d78daab3ad1dec7f5bd6e1f26b6b5fd2f11
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();