Explorar el Código

授权数据取消父子关联

俞宝山 hace 4 años
padre
commit
c27ee45b16
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"