feat(client): make possible to switch account instantly in post form
This commit is contained in:
parent
b388b78892
commit
331afcb96a
8 changed files with 119 additions and 40 deletions
|
|
@ -105,7 +105,11 @@ export default defineComponent({
|
|||
}, 'closed');
|
||||
},
|
||||
|
||||
openAccountMenu,
|
||||
openAccountMenu:(ev) => {
|
||||
openAccountMenu({
|
||||
withExtraOperation: true,
|
||||
}, ev);
|
||||
},
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue