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

This commit is contained in:
YunaiV 2022-07-06 09:22:06 +08:00
parent 76969d7dd2
commit 522fc5176a

View File

@ -12,7 +12,7 @@
</div>
<div class="head-container">
<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>
</el-col>
<!--用户数据-->