src/components/view/equipmentmaintain.vue
@@ -163,7 +163,7 @@ suffix-icon="el-icon-search" placeholder="请输入搜索内容" size="small" clearable ></el-input> <el-tree :data="list" ref="tree" :props="{children: 'children',label: 'name'}" node-key="id" default-expand-all <el-tree :data="list" ref="tree" :props="{children: 'children',label: 'name'}" highlight-current node-key="id" default-expand-all highlight-current :filter-node-method="filterNode" @node-click="handleNodeClick" >