OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-01-07 909a0f1be2fddf26e9639dd189e3e7261040ac12
src/main/webapp/scripts/app/issue/issueManager.controller.js
@@ -47,12 +47,17 @@
                });
                // 상단 검색시
                if ($rootScope.previousGetParams != null && $rootScope.previousGetParams.keyWord != null && $rootScope.previousGetParams.keyWord !== "") {
                $scope.$on("searchIssueList", function (event, args) {
                    $scope.vm.pageTitle = $filter("translate")("issue.searchIssue");
                }
                /*$scope.$on("searchIssueList", function (event, args) {
                });
                $scope.$on("getPageListKeyWord", function (event, args) {
                    $scope.vm.pageTitle = $filter("translate")("issue.searchIssue");
                });*/
                });
                $scope.$on("getAllIssuePageList", function (event, args) {
                    $scope.vm.pageTitle = $filter("translate")("common.allIssueList");
                });
                function start() {
                    if ($rootScope.issueTypeMenu != null) {