gx_tieta/src/com/fgkj/actions/BattInfAction.java
@@ -386,7 +386,7 @@
   
   //跨域访问获取所有电池组的信息<-------跨域----------->
   public String searchInform_ky(){
      isAllowHeaders();                     //允许跨域访问
      //isAllowHeaders();                     //允许跨域访问
      ServiceModel model = new ServiceModel();
      model = service.searchInform_ky();      
      result = ActionUtil.tojson(model);