Source/plt-web/plt-web-ui/src/views/authority/ui/typeAction/index.vue
@@ -9,7 +9,7 @@ <avue-tree :data="treeData" :option="treeOption" @node-click="nodeClick"> <span slot-scope="{ node, data }" class="el-tree-node__label"> <span> <i class="el-icon-s-promotion"></i> <icon-show :name="data.icon"></icon-show> {{ (node || {}).label }} </span> </span> @@ -187,7 +187,7 @@ this.lastIndex = newIndex; }, () => { this.selectList = []; this.selectList = [row]; } ); },