瀏覽代碼

优化学校管理员列表信息

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