src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js
@@ -69,6 +69,12 @@ return response; }); }, findProjectDepartment : function (conditions) { return $http.post("department/findProjectDepartment", conditions).then(function (response) { $log.debug("프로젝트에 참여하는 부서 목록 조회 : ", response); return response; }); }, //사용자 관리 find : function (conditions) {