From 71a5ce92795fb1a4fbff5fceab8135ec98a691e5 Mon Sep 17 00:00:00 2001
From: 박지현 <jhpark@maprex.co.kr>
Date: 월, 07 3월 2022 18:07:52 +0900
Subject: [PATCH] 이슈 목록 조회 방식 - 전체이슈 보기 / 상위 이슈만 보기 / 하위 이슈만 보기로 수정

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

diff --git a/src/main/webapp/scripts/app/issue/issueList.controller.js b/src/main/webapp/scripts/app/issue/issueList.controller.js
index 5c7873d..334553c 100644
--- a/src/main/webapp/scripts/app/issue/issueList.controller.js
+++ b/src/main/webapp/scripts/app/issue/issueList.controller.js
@@ -96,7 +96,7 @@
                     issueTreeConfigs : [],  //  �씠�뒋 �뀒�씠釉� �꽕�젙
                     parentIssueId : "",
                     hideCompleteIssue : false,
-                    hideDownIssue : true,
+                    hideDownIssue : "0", //�씠�뒋紐⑸줉�뿉�꽌 �쟾泥댁씠�뒋蹂닿린 :0 �긽�쐞�씠�뒋留뚮낫湲�: 1 �븯�쐞�씠�뒋留뚮낫湲�:1
                     listMode : 0, // 紐⑸줉 紐⑤뱶 0:湲곕낯 由ъ뒪�듃 1:�듃由ш뎄議� 由ъ뒪�듃
                     allIssue : false
                 };
@@ -655,9 +655,10 @@
                         $scope.vm.hideCompleteIssue = true;
                     }
 
-                    if ($scope.vm.hideDownIssue) {
-                        $scope.vm.hideDownIssue = true;
-                    }
+                    // if ($scope.vm.hideDownIssue) {
+                    //     $scope.vm.hideDownIssue = true;
+                    // }
+
                     //  �쁽�옱 �럹�씠吏� �젙蹂�
                     var currentPage = 0;
 

--
Gitblit v1.8.0