Browse Source

用户管理左侧树型组件增加选中高亮保持

RuoYi 2 years ago
parent
commit
5c4c90a27c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/system/user/index.vue

+ 1 - 0
src/views/system/user/index.vue

@@ -19,6 +19,7 @@
                   :expand-on-click-node="false"
                   :filter-node-method="filterNode"
                   ref="deptTreeRef"
+                  highlight-current
                   default-expand-all
                   @node-click="handleNodeClick"
                />