src/main/webapp/scripts/components/workflow/workflow.service.js
@@ -38,6 +38,12 @@ return response; }); }, findDepartments : function (conditions) { return $http.post("workflow/findDepartments", conditions).then(function (response) { $log.debug("부서 목록 가져오기 결과: ", response); return response; }); }, uploadImage : function (conditions) { return $http.post("workflow/uploadImage", conditions).then(function (response) { $log.debug("워크플로우 이미지 업로드 결과 : ", response);