Browse Source

树结构默认校验权限

cfort 2 years ago
parent
commit
14add1137b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/business/platform/cat/type/tree.vue

+ 1 - 1
src/business/platform/cat/type/tree.vue

@@ -93,7 +93,7 @@ export default {
         hasPermission: {
             // 是否有权限控制
             type: Boolean,
-            default: false
+            default: true
         }
     },
     data () {