1
0
Pārlūkot izejas kodu

优化学校管理员列表信息

nikang 6 gadi atpakaļ
vecāks
revīzija
14badcfd56

+ 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("修改成功!");