Pre Merge pull request !425 from 李占宏/dev

pull/425/MERGE
李占宏 2024-04-13 04:41:49 +00:00 committed by Gitee
commit 595506e8f9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 3 deletions

View File

@ -102,9 +102,6 @@ const open = async (row: RoleApi.RoleVO) => {
formData.name = row.name
formData.code = row.code
formData.dataScope = row.dataScope
await nextTick()
row.dataScopeDeptIds?.forEach((deptId: number): void => {
await nextTick()
// DOM
row.dataScopeDeptIds?.forEach((deptId: number): void => {