DengBiao 1年前
コミット
0a5e5154b3
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      app/admin/hdl/hdl_role.go

+ 1
- 1
app/admin/hdl/hdl_role.go ファイルの表示

@@ -121,8 +121,8 @@ func RoleList(c *gin.Context) {
}{
Name: admin.Username,
})
result = append(result, &temp)
}
result = append(result, &temp)
}
e.OutSuc(c, map[string]interface{}{
"list": result,


読み込み中…
キャンセル
保存