From bd2b066e9a785d6a66c76f8596910882c8ec7818 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 5 May 2022 16:45:19 +0800 Subject: [PATCH] BUG 29508 --- .../apps/grid/AppGridMap/components/list.vue | 617 +++++++++--------- 1 file changed, 310 insertions(+), 307 deletions(-) diff --git a/project/sass/apps/grid/AppGridMap/components/list.vue b/project/sass/apps/grid/AppGridMap/components/list.vue index 990e74ef..307e4178 100644 --- a/project/sass/apps/grid/AppGridMap/components/list.vue +++ b/project/sass/apps/grid/AppGridMap/components/list.vue @@ -13,17 +13,20 @@
- - {{ node.label }} + :data="treeObj.treeList" + :props="treeObj.defaultProps" + @node-click="handleNodeClick" + node-key="id" + ref="tree" + :expand-on-click-node="false" + :filter-node-method="filterNode" + default-expand-all + highlight-current> +
@@ -35,295 +38,295 @@