Sfoglia il codice sorgente

【修改】层级关联

howie 2 anni fa
parent
commit
467731ee0a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/setting/role.vue

+ 1 - 1
src/views/setting/role.vue

@@ -118,7 +118,7 @@
       <el-tree
         :data="menuRoleList"
         show-checkbox
-        :check-strictly="true"
+        :check-strictly="false"
         :default-expand-all="true"
         :expand-on-click-node="false"
         node-key="moduleId"