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