Skip to content

Commit 10b6fdf

Browse files
committed
fix(User Management): Synchronizing user selection status only applies to the current operation.
1 parent 1a01163 commit 10b6fdf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

frontend/src/views/system/user/SyncUserDing.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,6 @@ const open = async (id: any, title: any) => {
211211
const systemWorkspaceList = await modelApi.platform(id)
212212
organizationUserList.value = systemWorkspaceList.tree || []
213213
loadingInstance?.close()
214-
nextTick(() => {
215-
nextTick(() => {
216-
handleCheckedWorkspaceChange(systemWorkspaceList.checked_list)
217-
})
218-
})
219214
loading.value = false
220215
centerDialogVisible.value = true
221216
}

0 commit comments

Comments
 (0)