mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-01 12:26:01 +00:00
fixed changeAccount call
This commit is contained in:
parent
e3711468c9
commit
a589853a86
|
@ -986,7 +986,7 @@ export default {
|
|||
},
|
||||
async changeAccount() {
|
||||
// socket.emit('changeAccount', this.accountNum)
|
||||
const [user, accountNum] = await fetchData('changeAccount', this.accountNum)
|
||||
const [user, accountNum] = await fetchData('changeAccount', { child: this.accountNum })
|
||||
|
||||
this.accountChanged(user, accountNum)
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue