refactor: header close drawer after deletion
This commit is contained in:
parent
987504f8d0
commit
15cbdcf74c
1 changed files with 1 additions and 0 deletions
|
|
@ -520,6 +520,7 @@ async function onDelete(id: string) {
|
|||
|
||||
await fetchUserList();
|
||||
typeStats.value = await userStore.typeStats();
|
||||
infoDrawer.value = false;
|
||||
flowStore.rotate();
|
||||
},
|
||||
cancel: () => {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue