From 710bc4b5ead3f825619dc2a0696b86d46ca1e06b Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 목, 25 11월 2021 16:27:11 +0900 Subject: [PATCH] 이슈유형 - 업체,isp,호스팅 정보 Y/N 으로 변경 --- 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