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