From 916a3cbabe4e50062fce61ff6f2f5d46c05dfbd1 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 목, 17 3월 2022 17:47:45 +0900 Subject: [PATCH] - api로 이슈 추가 시 url/ip로 업체 찾는 코드 수정 --- src/main/webapp/scripts/components/auth/auth.session.service.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/scripts/components/auth/auth.session.service.js b/src/main/webapp/scripts/components/auth/auth.session.service.js index 5a67393..19e6e14 100644 --- a/src/main/webapp/scripts/components/auth/auth.session.service.js +++ b/src/main/webapp/scripts/components/auth/auth.session.service.js @@ -25,6 +25,9 @@ $rootScope.users = []; $rootScope.user = undefined; $rootScope.workspaces = []; + $rootScope.workIssueTypes = [] + $rootScope.projects = []; + $rootScope.departments = null; $rootScope.authorities = {}; $rootScope.currentDetailIssueId = null; -- Gitblit v1.8.0