!425 fix:部署报错移除多余的代码

Merge pull request !425 from 李占宏/dev
This commit is contained in:
芋道源码 2024-04-14 10:14:42 +00:00 committed by Gitee
commit 855987d5fa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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 => {