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 @@