From a080a3a500df0f6524057239563504e15bb666f1 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 수, 17 11월 2021 10:45:32 +0900
Subject: [PATCH] 이슈 수정 진행[프론트]

---
 src/main/webapp/scripts/components/utils/autoComplete.controller.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/scripts/components/utils/autoComplete.controller.js b/src/main/webapp/scripts/components/utils/autoComplete.controller.js
index 3d9aed3..5a4c131 100644
--- a/src/main/webapp/scripts/components/utils/autoComplete.controller.js
+++ b/src/main/webapp/scripts/components/utils/autoComplete.controller.js
@@ -191,7 +191,6 @@
                 function getUserDepartmentList(query, excludeList, page, callBack) {
                     var conditions = {
                         departmentName : query,
-                        departmentId : $rootScope.department.id,
                         excludeIds : (function () { //excludeIds : �젣�쇅 �븷 由ъ뒪�듃
                             var excludeIds = [];
                             angular.forEach(excludeList, function (exclude) {

--
Gitblit v1.8.0