xiaodai2022 2 years ago
parent
commit
6daa597f39
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/system/setBtn/index.vue

+ 2 - 0
src/views/system/setBtn/index.vue

@@ -13,6 +13,8 @@
         <el-tree
           :data="menuTableData"
           accordion
+          node-key="id"
+          highlight-current="true"
           :props="defaultProps"
           :current-node-key="keyId"
           @node-click="handleNodeClick"