Source/plt-web/plt-web-ui/src/views/authority/ui/uiAuthorization/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/plt-web/plt-web-ui/src/views/authority/ui/uiAuthorization/index.vue
@@ -255,6 +255,7 @@ text: item.text } }) const parentData = selectParentList.map(item => { return { checked: false, @@ -265,7 +266,10 @@ text: item.text } }) const data = [...parentData,...selectTreeData]; // 在半选状态中过滤掉顶级节点 oid 为 root const filterSelectTreeData = parentData.filter(item => item.oid !== 'root'); const data = [...filterSelectTreeData,...selectTreeData]; const formData = { roleId: this.nodeRow.oid, type: this.type,