Browse Source

授权数据取消父子关联

俞宝山 4 years ago
parent
commit
c27ee45b16
1 changed files with 1 additions and 0 deletions
  1. 1 0
      _web/src/views/system/role/roleOrgForm.vue

+ 1 - 0
_web/src/views/system/role/roleOrgForm.vue

@ -32,6 +32,7 @@
        <a-tree
          v-model="checkedKeys"
          checkable
          checkStrictly
          :auto-expand-parent="autoExpandParent"
          :expanded-keys="expandedKeys"
          :tree-data="orgTreeData"