OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-11-04 2a0ad29f00b70e7a4576c6c870d10a894615b201
src/main/webapp/views/workspace/workspaceUserConfig.html
@@ -97,9 +97,8 @@
                                <label>등급</label>
                                <ng-dropdown-multiselect class="multiSelect cursor"
                                                         data-input-name="levels"
                                                         selected-model="vm.search.levels"
                                                         extra-settings="{ stringTypeOption : true }"
                                                         options="vm.options.levels"></ng-dropdown-multiselect>
                                                         selected-model="vm.search.levels.levelName"
                                                         options="vm.levels"></ng-dropdown-multiselect>
                            </div>
                        </div>
@@ -107,10 +106,9 @@
                            <div class="form-group">
                                <label>부서</label>
                                <ng-dropdown-multiselect class="multiSelect cursor"
                                                         data-input-name="depart"
                                                         data-input-name="departments"
                                                         selected-model="vm.search.departments"
                                                         extra-settings="{ stringTypeOption : true }"
                                                         options="vm.options.departments"></ng-dropdown-multiselect>
                                                         options="::vm.departments"></ng-dropdown-multiselect>
                            </div>
                        </div>