OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-01-19 c71e4956a3d7e15e3ca7425194f34e515d348bb2
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);