From 534e55efdf01d429aa030d0738573becfa4d61bb Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 화, 16 11월 2021 16:53:43 +0900 Subject: [PATCH] 이슈 만들기 진행[프론트] --- src/main/webapp/scripts/components/utils/autoComplete.controller.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/scripts/components/utils/autoComplete.controller.js b/src/main/webapp/scripts/components/utils/autoComplete.controller.js index 5a4c131..3d9aed3 100644 --- a/src/main/webapp/scripts/components/utils/autoComplete.controller.js +++ b/src/main/webapp/scripts/components/utils/autoComplete.controller.js @@ -191,6 +191,7 @@ 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