From f4592398bc66e1bfabe5480d87365f59b82a2787 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 목, 11 11월 2021 23:28:14 +0900
Subject: [PATCH] 부서, 등급 파일명 변경

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

diff --git a/src/main/webapp/views/workspace/workspaceDepartmentModify.html b/src/main/webapp/views/workspace/workspaceDepartmentModify.html
index be907bd..ca26f41 100644
--- a/src/main/webapp/views/workspace/workspaceDepartmentModify.html
+++ b/src/main/webapp/views/workspace/workspaceDepartmentModify.html
@@ -15,15 +15,15 @@
                 <js-autocomplete-multi data-input-name="departments"
                                        selected-model="vm.form.departments"
                                        search="vm.departmentName"
-                                       source="fn.getUserDepartmentList(vm.departmentName, vm.form.users)"
+                                       source="fn.getUserDepartmentList(vm.departmentName, vm.form.departments)"
                                        input-disabled="false"
                                        translation-texts="{ count : 'common.userNum', empty : 'common.emptyUser' }"
-                                       extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : false, imagePathProp : 'profile', type : 'user', maxlength : 100, autoResize : true }"></js-autocomplete-multi>
+                                       extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : false, maxlength : 100, autoResize : true }"></js-autocomplete-multi>
 
 
                 <div class="select3-selection__choicediv mt-10">
                     <span class="select3-selection__choice" ng-repeat="department in vm.form.departments">
-                        <span>{{department.name}}</span> <!--遺��꽌 �씠由� 異쒕젰-->
+                        <span>{{department.byName}}</span> <!--�궗�슜�옄媛� �냽�빐 �엳�뒗 遺��꽌 �씠由� 異쒕젰-->
                         <span class="select3-selection__choice__remove" ng-click="fn.removeDepartments($index)">횞</span>
                     </span>
                 </div>

--
Gitblit v1.8.0