From 599c3777e9f82e443b2f213527f5af24f4fd907d Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 목, 25 11월 2021 17:28:15 +0900 Subject: [PATCH] 프로젝트 백엔드 수정 --- src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js b/src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js index 511b597..11f727f 100644 --- a/src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js +++ b/src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js @@ -69,6 +69,12 @@ return response; }); }, + findProjectDepartment : function (conditions) { + return $http.post("department/findProjectDepartment", conditions).then(function (response) { + $log.debug("�봽濡쒖젥�듃�뿉 李몄뿬�븯�뒗 遺��꽌 紐⑸줉 議고쉶 : ", response); + return response; + }); + }, //�궗�슜�옄 愿�由� find : function (conditions) { -- Gitblit v1.8.0