mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-02-20 03:00:34 +08:00
v3.8.3 用户管理左侧树型组件增加选中高亮保持
This commit is contained in:
parent
76969d7dd2
commit
522fc5176a
@ -12,7 +12,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="head-container">
|
<div class="head-container">
|
||||||
<el-tree :data="deptOptions" :props="defaultProps" :expand-on-click-node="false" :filter-node-method="filterNode"
|
<el-tree :data="deptOptions" :props="defaultProps" :expand-on-click-node="false" :filter-node-method="filterNode"
|
||||||
ref="tree" default-expand-all @node-click="handleNodeClick"/>
|
ref="tree" default-expand-all highlight-current @node-click="handleNodeClick"/>
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
<!--用户数据-->
|
<!--用户数据-->
|
||||||
|
Loading…
Reference in New Issue
Block a user