| | |
| | | return response; |
| | | }); |
| | | }, |
| | | userDepartmentModify : function (conditions) { |
| | | return $http.post("userWorkspace/modifyDepartment", conditions).then(function (response) { |
| | | $log.debug("사용자의 부서 수정 결과 : ", response); |
| | | return response; |
| | | }); |
| | | }, |
| | | userDepartmentDetail : function (conditions) { |
| | | return $http.post("userWorkspace/detailDepartment", conditions).then(function (response) { |
| | | $log.debug("사용자의 부서 상세보기 결과 : ", response); |
| | | return response; |
| | | }); |
| | | }, |
| | | modify : function (conditions) { |
| | | return $http.post("userWorkspace/modify", conditions).then(function (response) { |
| | | $log.debug("참여 상태 수정 결과 : ", response); |