src/main/webapp/scripts/app/issue/issueList.controller.js | ●●●●● 패치 | 보기 | raw | blame | 히스토리 |
src/main/webapp/scripts/app/issue/issueList.controller.js
@@ -109,6 +109,9 @@ $scope.fn.getPageList($scope.vm.page.selectedPage - 1); }); // 이슈 목록 새로고침 $rootScope.$on("getIssueList", function (event, args) {}) // 이슈 테이블 설정 정보 갱신 $scope.$on("getIssueTableConfigs", function () { $scope.fn.startExecute(); @@ -594,8 +597,6 @@ else { currentPage = selectedPage; } // 검색 기본값 세팅 $scope.vm.search.issueTypeIds = [];