From 933497b76626db4f201fc5e515fdf28305e92006 Mon Sep 17 00:00:00 2001 From: "DESKTOP-QGC5RJO\\DBNT" Date: Mon, 25 Apr 2022 14:18:11 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90=20=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=ED=8E=98=EC=9D=B4=EC=A7=80=20=EA=B0=9C=EC=9D=B8?= =?UTF-8?q?=EC=A0=95=EB=B3=B4/=EA=B6=8C=ED=95=9C=EC=9D=84=20=EB=AA=A8?= =?UTF-8?q?=EB=8B=AC=EB=A1=9C=20=EB=B3=80=EA=B2=BD=EB=B0=8F=20=EB=AA=A8?= =?UTF-8?q?=EB=8B=AC=EC=82=AC=EC=9D=B4=EC=A6=88=20=EC=A1=B0=EC=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/js/admin/userMgt.js | 2 + .../resources/templates/admin/userMgt.html | 53 +++++++++++-------- .../resources/templates/layout/layout.html | 4 +- 3 files changed, 36 insertions(+), 23 deletions(-) diff --git a/src/main/resources/static/js/admin/userMgt.js b/src/main/resources/static/js/admin/userMgt.js index 16a8ccf..8d67307 100644 --- a/src/main/resources/static/js/admin/userMgt.js +++ b/src/main/resources/static/js/admin/userMgt.js @@ -188,6 +188,7 @@ function getUserInfo(userSeq){ dataType:"html", success: function(html){ $("#userContent").empty().append(html) + $("#userInfoModal").modal('show') }, error:function(){ @@ -204,6 +205,7 @@ function getCategoryRole(userSeq){ dataType:"html", success: function(html){ $("#userContent").empty().append(html) + $("#userInfoModal").modal('show') }, error:function(){ diff --git a/src/main/resources/templates/admin/userMgt.html b/src/main/resources/templates/admin/userMgt.html index 484149a..1fee6d7 100644 --- a/src/main/resources/templates/admin/userMgt.html +++ b/src/main/resources/templates/admin/userMgt.html @@ -16,7 +16,7 @@
-
+
@@ -138,22 +138,7 @@
- -
-
-
-
- -
-
-

목록에서 선택해주세요.

+
@@ -163,11 +148,11 @@
-