Browse Source

fix:系统用户禁用启用

zqbao 10 months ago
parent
commit
79309b450e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      controllers/sys_user.go

+ 0 - 1
controllers/sys_user.go

@@ -602,7 +602,6 @@ func (this *SysUserController) EditEnabled() {
 
 
 	br.Ret = 200
 	br.Ret = 200
 	br.Success = true
 	br.Success = true
-	br.IsAddLog = true
 	br.Msg = "操作成功"
 	br.Msg = "操作成功"
 }
 }