代码:
<el-tree
ref="treeRef"
:data="treeGroupData"
node-key="pid"
:check-on-click-node="true"
:check-strictly="true"
:highlight-current="false"
:expand-on-click-node="false"
default-expand-all
:props="{
children: 'groupList',
label: 'name',
}"
@check="changeTree"
>