소스 검색

优化学校管理员列表信息

nikang 6 년 전
부모
커밋
14badcfd56
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 9
      stmms-web/src/main/webapp/WEB-INF/views/modules/sys/schoolAdminList.jsp

+ 0 - 9
stmms-web/src/main/webapp/WEB-INF/views/modules/sys/schoolAdminList.jsp

@@ -81,15 +81,6 @@ function reSetPW(userId) {
   })
 }
 function setStartOrStop(status,userId,type){
-  if(status== 1){
-    if(type == 1){
-      alert('已经是启动的!');return;
-    }
-  }else{
-    if(type == 0){
-      alert('已经是暂停的!');return;
-    }
-  }
   $.post('${ctx}/admin/sys/school/adminList/update',{userId:userId,status:type},function(obj){
     if(obj.success){
       alert("修改成功!");