From ab5d57055cf4c9943468baaa8934e0e9aa943894 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 수, 08 12월 2021 17:02:49 +0900 Subject: [PATCH] - url 컬럼 추가 * DB 초기화 필요 - 대시보드 담당부서 별로 수정 --- src/main/webapp/scripts/components/utils/autoComplete.controller.js | 3 ++- 1 files changed, 2 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 ddc1e12..866a530 100644 --- a/src/main/webapp/scripts/components/utils/autoComplete.controller.js +++ b/src/main/webapp/scripts/components/utils/autoComplete.controller.js @@ -312,7 +312,8 @@ function getIssueDepartmentList(query, excludeList, page, callBack) { var conditions = { - issueTypeId : $scope.vm.form.issueTypeId, + //issueTypeId : $scope.vm.form.issueTypeId, + issueTypeId : $rootScope.currentDetailIssueId, departmentName : query, userId : $rootScope.user.id, projectId : (function () { -- Gitblit v1.8.0