OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-11-26 f2ad0cefdd2fc83040a5d915a2c7dd37783f4395
src/main/webapp/views/issueType/issueTypeModify.html
@@ -77,7 +77,7 @@
                <div class="select3-selection__choicediv mt-10">
                                <span class="select3-selection__choice" ng-repeat="company in vm.form.companies">
                                    <span>{{company.byName}}</span> <!--사용자가 속해 있는 부서 이름 출력-->
                                    <span class="select3-selection__choice__remove" ng-click="fn.removeUseCompany($index)">×</span>
                                    <span class="select3-selection__choice__remove" ng-click="fn.removeUsePartner($index)">×</span>
                                </span>
                </div>
            </div>