From d6179082973f0c616d393e070961f4af6ab75086 Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Mon, 22 Nov 2021 11:02:18 +0800 Subject: [PATCH] commit --- src/components/roleTree/index.vue | 119 +++++++++++++++++------------- 1 file changed, 67 insertions(+), 52 deletions(-) diff --git a/src/components/roleTree/index.vue b/src/components/roleTree/index.vue index 9abd493f7..d630fa787 100644 --- a/src/components/roleTree/index.vue +++ b/src/components/roleTree/index.vue @@ -17,6 +17,7 @@ @@ -25,7 +26,6 @@ node-key="id" style="height: 100%; overflow: auto;" class="filter-tree tree-line" - :class="treeClass" @check-change="checkChange" :data="treeData" :props="defaultProps" @@ -50,6 +50,7 @@ class="filter-tree tree-line" :data="treeData1" :props="defaultProps" + @check-change="checkChange2" :default-checked-keys="nodeList" highlight-current check-strictly @@ -74,6 +75,15 @@