hdw
2018-12-26 b040ac179af00dfe38204ebb708aed8c87f285ad
gx_tieta/WebRoot/js/base.js
@@ -19,8 +19,8 @@
function exitUser(){
   $.post("LoginAction!exitUser",null,function(data){
      //console.info(data);
      window.location.replace("login.jsp");
   });
   window.location.replace("login.jsp");
}
@@ -623,6 +623,11 @@
         }
         totalAlm_num=model.sum;
         
         // 5秒后关闭面板
         setTimeout(function() {
            $('body').children('#eleWarning').remove();
         }, 5000);
         self.setTimeout("searchAlm()",10000); 
      }
   });