Merge branch 'changeAccount-fix' into 'main'
fixed changeAccount call See merge request RemixDev/deemix-webui!5
This commit is contained in:
commit
1c32212abc
@ -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 New Issue
Block a user