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();
|
await fetchUserList();
|
||||||
typeStats.value = await userStore.typeStats();
|
typeStats.value = await userStore.typeStats();
|
||||||
|
infoDrawer.value = false;
|
||||||
flowStore.rotate();
|
flowStore.rotate();
|
||||||
},
|
},
|
||||||
cancel: () => {},
|
cancel: () => {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue