From 04e6e5125f80e035e52abf9d36dc6fd6fdaee35c Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期一, 11 九月 2023 12:43:49 +0800 Subject: [PATCH] new file: src/components/view/standard-box/bomClickAdd.vue modified: src/components/view/standard.vue --- src/components/view/equipmentmaintain.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/view/equipmentmaintain.vue b/src/components/view/equipmentmaintain.vue index 6bec45c..e2695da 100644 --- a/src/components/view/equipmentmaintain.vue +++ b/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" > -- Gitblit v1.9.3