From 08d9a03d389bd341d690aeae41f802c32ea08831 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 금, 19 11월 2021 18:29:32 +0900 Subject: [PATCH] 이슈 상세 수정 - 부서 [프론트] --- src/main/webapp/views/issue/issueModifyDepartment.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/issue/issueModifyDepartment.html b/src/main/webapp/views/issue/issueModifyDepartment.html index 166f3e4..8c4506e 100644 --- a/src/main/webapp/views/issue/issueModifyDepartment.html +++ b/src/main/webapp/views/issue/issueModifyDepartment.html @@ -25,7 +25,7 @@ <div class="select3-selection__choicediv mt-10"> <span class="select3-selection__choice" ng-repeat="department in vm.form.departments"> <span>{{department.byName}}</span> <!--�궗�슜�옄媛� �냽�빐 �엳�뒗 遺��꽌 �씠由� 異쒕젰--> - <span class="select3-selection__choice__remove" ng-click="fn.removeDepartments($index)">횞</span> + <span class="select3-selection__choice__remove" ng-click="fn.removeDepartment($index)">횞</span> </span> </div> </div> -- Gitblit v1.8.0