OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-11-03 34d7135177094ca1b06943a80d3a75cfc442cb95
src/main/webapp/scripts/app/workspace/workspaceUserLevelConfig.controller.js
@@ -20,6 +20,7 @@
                $scope.fn.changePageRowCount = changePageRowCount;  //  업무 공간 참여 사용자 목록 보기 개수 변경
                $scope.fn.levelAdd = levelAdd;    //  등급 추가
                $scope.fn.removes = removes;    // 사용자 등급 삭제
                $scope.fn.makeSearchConditions = makeSearchConditions;
                /*  $scope.vm 상속 중  */
                $scope.vm.search = {
@@ -47,6 +48,13 @@
                    $scope.fn.getUserLevelList(0);
                });
                function makeSearchConditions() {
                    var conditions = {
                        levelName: $scope.vm.search.levelName
                    }
                    return conditions;
                }
                //  사용자 등급 수정
                function modifyLevel(id) {
                    $uibModal.open({