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);