From 4ae0853b99b60ad92cd390bb4bba917e95feec64 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 화, 14 12월 2021 17:03:06 +0900 Subject: [PATCH] - 이슈 검색 화면에서 상세 검색 영역 안보이게 수정 - 하위 이슈 보이기/숨기기 트리 메뉴에서도 보이도록 수정 - 기본 검색 항목에 x 표시 안되게 수정 --- src/main/webapp/scripts/components/user/user.service.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/scripts/components/user/user.service.js b/src/main/webapp/scripts/components/user/user.service.js index b9fac63..f6f321b 100644 --- a/src/main/webapp/scripts/components/user/user.service.js +++ b/src/main/webapp/scripts/components/user/user.service.js @@ -40,6 +40,12 @@ return response; }); }, + updateLastIssueType : function (conditions) { + return $http.post("user/updateLastIssueType", conditions).then(function (response) { + $log.debug("�궗�슜�옄媛� 留덉�留됱쑝濡� �꽑�깮�븳 �씠�뒋 �쑀�삎 : ", response); + return response; + }); + }, find : function (conditions) { return $http.post("user/find", conditions).then(function (response) { $log.debug("�궗�슜�옄 紐⑸줉 �뜲�씠�꽣 : ", response); -- Gitblit v1.8.0