From 813a0495502daa59e5c78ecffb66db48d4cf9720 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 월, 20 12월 2021 18:30:00 +0900
Subject: [PATCH] 이슈리스트 새로고침 수정

---
 src/main/webapp/scripts/app/issue/issueList.controller.js |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/scripts/app/issue/issueList.controller.js b/src/main/webapp/scripts/app/issue/issueList.controller.js
index 62648a8..d7d74e8 100644
--- a/src/main/webapp/scripts/app/issue/issueList.controller.js
+++ b/src/main/webapp/scripts/app/issue/issueList.controller.js
@@ -104,6 +104,13 @@
 
                 angular.extend(this, $controller('autoCompleteController', {$scope : $scope, $injector : $injector}));
 
+                // �씠�뒋紐⑸줉 �깉濡쒓퀬移� 紐⑸줉 媛깆떊
+                $scope.$on("findIssueListOK", function (event, args) {
+                    if (args != null) {
+                        $scope.fn.startExecute();
+                    }
+                });
+
                 //  �씠�뒋 紐⑸줉 �뜲�씠�꽣 媛깆떊
                 $scope.$on("getIssueList", function () {
                     $scope.fn.getPageList($scope.vm.page.selectedPage - 1);
@@ -1278,6 +1285,12 @@
                     });
                 }
 
+                // this.router.navigate(['path/to'])
+                //     .then(() => {
+                //         window.location.reload();
+                //     });
+
+
                 $scope.fn.startExecute();
             }
 

--
Gitblit v1.8.0