From 16b795b0863f441d7b82dcee0fabc667bf54921f Mon Sep 17 00:00:00 2001
From: jhjang <jhjang@maprex.co.kr>
Date: 목, 16 12월 2021 10:01:34 +0900
Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa

---
 src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js |   12 ++++++++++++
 1 files changed, 12 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..1f573a5 100644
--- a/src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js
+++ b/src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js
@@ -69,6 +69,18 @@
                     return response;
                 });
             },
+            findProjectDepartment : function (conditions) {
+                return $http.post("department/findProjectDepartment", conditions).then(function (response) {
+                    $log.debug("�봽濡쒖젥�듃�뿉 李몄뿬�븯�뒗 遺��꽌 紐⑸줉 議고쉶 : ", response);
+                    return response;
+                });
+            },
+            findWorkflowDepartment : function (conditions) {
+                return $http.post("department/findWorkflowDepartment", conditions).then(function (response) {
+                    $log.debug("�썙�겕�뵆濡쒖슦�뿉 �냽�빐�엳�뒗 遺��꽌 紐⑸줉 議고쉶 : ", response);
+                    return response;
+                });
+            },
             
             //�궗�슜�옄 愿�由�
             find : function (conditions) {

--
Gitblit v1.8.0