81041
2019-01-11 fa00382db413a8489d07983b66f0869305b51a9a
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();