Explorar el Código

【修改】层级关联

howie hace 2 años
padre
commit
467731ee0a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"