Commit 02af1380 by 芋道源码 Committed by Gitee

!402 修复数据权限无法回显的问题

Merge pull request !402 from moon69/master
parents b4677c45 4c0a5e8c
......@@ -102,6 +102,9 @@ const open = async (row: RoleApi.RoleVO) => {
formData.name = row.name
formData.code = row.code
formData.dataScope = row.dataScope
await nextTick()
// 需要在 DOM 渲染完成后,再设置选中状态
row.dataScopeDeptIds?.forEach((deptId: number) => {
treeRef.value.setChecked(deptId, true, false)
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment