OWL ITS + 탐지시스템(인터넷 진흥원)
jhjang
2021-11-25 305de5dd5a88baf49b9939fe3233f207f3f7acf8
src/main/webapp/scripts/components/HostingField/hostingField.service.js
@@ -37,8 +37,14 @@
                    $log.debug("HostingField 삭제 결과 : ", response);
                    return response;
                });
            },
            // 업체/ISP/호스팅 조회
            getCompanyList : function (conditions) {
                return $http.post("company/getCompanyList", conditions).then(function (response) {
                    $log.debug("업체/isp/호스팅 목록 조회 결과 : ", response);
                    return response;
                });
            }
        }
    }