From caa6e4cb9d9077dc0fa5f81e26e6e5655e41567b Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 월, 08 11월 2021 17:53:16 +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 51b44f7..f3c8d06 100644 --- a/src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js +++ b/src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js @@ -39,6 +39,12 @@ return response; }); }, + departmentDetail : function (conditions) { + return $http.post("departmentManage/detail", conditions).then(function (response) { + $log.debug("遺��꽌 �긽�꽭 : ", response); + return response; + }); + }, departmentAdd : function (conditions) { return $http.post("departmentManage/add", conditions).then(function (response) { $log.debug("遺��꽌 �깮�꽦 寃곌낵 : ", response); -- Gitblit v1.8.0