Browse Source

update

add_mode
DengBiao 1 year ago
parent
commit
c7dcb8ba7e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/admin/hdl/hdl_comm.go

+ 1
- 1
app/admin/hdl/hdl_comm.go View File

@@ -58,7 +58,7 @@ func MenuList(c *gin.Context) {
isCheck = true
}

if v.State == enum.PermissionGroupStateForNormal {
if v.State == enum.PermissionGroupStateForDiscard {
isCheck = false
}



Loading…
Cancel
Save