OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-11-03 8c71c843a0a7980446ce7de1e3d3e3eace960927
src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js
@@ -43,12 +43,12 @@
            //     });
            // },
            find : function (conditions) {
                return $http.post("userWorkspace/find", conditions).then(function (response) {
                return $http.post("userLevel/find", conditions).then(function (response) {
                    $log.debug("워크스페이스에 참여하는 전체 사용자 목록 : ", response);
                    return response;
                });
            },
            modify : function (conditions) {
            modifyLevel : function (conditions) {
                return $http.post("userLevel/modify", conditions).then(function (response) {
                    $log.debug("워크스페이스 참여자 참여 상태 변경 결과 : ", response);
                    return response;