fixed changeAccount call
This commit is contained in:
parent
e3711468c9
commit
a589853a86
@ -986,7 +986,7 @@ export default {
|
|||||||
},
|
},
|
||||||
async changeAccount() {
|
async changeAccount() {
|
||||||
// socket.emit('changeAccount', this.accountNum)
|
// 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)
|
this.accountChanged(user, accountNum)
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user