From f87d487fcaddec01fe5a9d860f75fa691618cf78 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 목, 11 11월 2021 16:12:00 +0900
Subject: [PATCH] 사용자의 부서 수정 기능 프론트

---
 src/main/webapp/views/workspace/workspaceDepartmentModify.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/workspace/workspaceDepartmentModify.html b/src/main/webapp/views/workspace/workspaceDepartmentModify.html
index be907bd..697f309 100644
--- a/src/main/webapp/views/workspace/workspaceDepartmentModify.html
+++ b/src/main/webapp/views/workspace/workspaceDepartmentModify.html
@@ -22,8 +22,8 @@
 
 
                 <div class="select3-selection__choicediv mt-10">
-                    <span class="select3-selection__choice" ng-repeat="department in vm.form.departments">
-                        <span>{{department.name}}</span> <!--遺��꽌 �씠由� 異쒕젰-->
+                    <span class="select3-selection__choice" ng-repeat="department in vm.form.departmentList">
+                        <span>{{department.byName}}</span> <!--�궗�슜�옄媛� �냽�빐 �엳�뒗 遺��꽌 �씠由� 異쒕젰-->
                         <span class="select3-selection__choice__remove" ng-click="fn.removeDepartments($index)">횞</span>
                     </span>
                 </div>

--
Gitblit v1.8.0