From 0bf55ecf79413ab8eb62cff68cb489bd36af5ae1 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 금, 12 11월 2021 11:47:24 +0900
Subject: [PATCH] 사용자 등급관리 등급명, 등급권한 관련 오류 수정

---
 src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js b/src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js
index d5e28c0..511b597 100644
--- a/src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js
+++ b/src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js
@@ -19,6 +19,12 @@
                     return response;
                 });
             },
+            levelNameModify : function (conditions) {
+                return $http.post("userLevel/nameModify", conditions).then(function (response) {
+                    $log.debug("�궗�슜�옄 �벑湲� �닔�젙 寃곌낵 : ", response);
+                    return response;
+                });
+            },
             levelModify : function (conditions) {
                 return $http.post("userLevel/modify", conditions).then(function (response) {
                     $log.debug("�궗�슜�옄 �벑湲� �닔�젙 寃곌낵 : ", response);

--
Gitblit v1.8.0