<el-tree :data="speNodeData" :expand-on-click-node="true" :check-on-click-node="true" node-key="id" ref="tree" accordion :default-expand-all="false" default-expanded-keys="['a123','b123']" :highlight-current="true" :props="defaultProps" @node-click="clickNode"> </el-tree>
[ { "id":"a123", "label":"树1", "isNode":null, "moduleId":null, "relationType":null, "ralationTypeId":null, "orderNum":0, "parentId":null, "children":[] }, { "id":"b123", "label":"树2", "isNode":null, "moduleId":null, "relationType":null, "ralationTypeId":null, "orderNum":0, "parentId":null, "children":[] } ]