OWL ITS + 탐지시스템(인터넷 진흥원)
jhjang
2021-12-14 ccfca97099334a7c549ffacc3499351db44da98a
- 전체 검색후 페이지 이동시 입력값이 초기화 되도록 수정
1개 파일 변경됨
9 ■■■■■ 파일 변경됨
src/main/webapp/scripts/app/common/common.controller.js 9 ●●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/scripts/app/common/common.controller.js
@@ -36,7 +36,12 @@
                    }
                };
                //  session check after route
                $rootScope.$on("$stateChangeStart", function (event, toState, toStateParams) {
                    if (!$rootScope.isMainSearch) {
                        $scope.vm.searchAll.keyWord = "";
                    }
                });
                //  시스템에서 특정 이슈로 바로 이동할 수 있도록 해준다.
                $scope.$on("makeIssueSearch", function (event, args) {
@@ -108,8 +113,6 @@
                    if ($rootScope.user.lastIssueTypeId !== issueTypeId) {
                        $scope.fn.setLastIssueType(issueTypeId);
                    }
                }
                function moveMenu(stateName) {