OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-11-11 9f7091d2bf6e1353e3e747f3db49a0b933c2bd1d
src/main/webapp/scripts/app/workspace/workspaceUserConfig.controller.js
@@ -271,7 +271,7 @@
                }
                //  사용자가 속해있는 부서 수정 팝업
                function modifyUserDepartments(id) {
                function modifyUserDepartments(id, userId) {
                    $uibModal.open({
                        templateUrl : 'views/workspace/workspaceDepartmentModify.html',
                        size : "xlg",
@@ -281,7 +281,8 @@
                        resolve : {
                            parameter : function () {
                                return {
                                    id : id
                                    id : id,
                                    userId : userId
                                };
                            }
                        }