fix:移除多余的代码

This commit is contained in:
zhanhong 2024-04-13 12:39:41 +08:00
parent f6e4753b34
commit 2f0fdd1d36

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