OWL ITS + 탐지시스템(인터넷 진흥원)
jhjang
2021-11-25 e50b78db2f5e74f88b7e5c736f1fca4ca3cbe29b
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);