diff --git a/src/components/mechanismTree/index.vue b/src/components/mechanismTree/index.vue index b45be5511..a134dbbdd 100644 --- a/src/components/mechanismTree/index.vue +++ b/src/components/mechanismTree/index.vue @@ -23,6 +23,7 @@ class="filter-tree tree-line" :data="treeData" :props="defaultProps" + icon-class="icon-tree" :check-strictly="true" :current-node-key="nodeKeyId" node-key="id" @@ -169,6 +170,12 @@ export default {