From 893ec0efc92b9b2bafb94db1db43d3ccaeb190d5 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 7 Jun 2022 16:46:14 +0800 Subject: [PATCH] BUG 30045 --- .../beta/grid/AppGridMap/components/list.vue | 597 +++++++++--------- 1 file changed, 301 insertions(+), 296 deletions(-) diff --git a/project/beta/grid/AppGridMap/components/list.vue b/project/beta/grid/AppGridMap/components/list.vue index 39d0bbba..0a5277f1 100644 --- a/project/beta/grid/AppGridMap/components/list.vue +++ b/project/beta/grid/AppGridMap/components/list.vue @@ -13,15 +13,20 @@
+ :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> +
@@ -33,289 +38,289 @@