mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-07 18:07:05 +00:00
perf: 点击头像进入对话
This commit is contained in:
parent
b1f5cae663
commit
0a84a8718e
@ -300,7 +300,9 @@
|
||||
|
||||
openDialog() {
|
||||
this.$store.dispatch("showSpinner", 600)
|
||||
this.$store.dispatch("openDialogUserid", this.userid).catch(({msg}) => {
|
||||
this.$store.dispatch("openDialogUserid", this.userid).then(_ => {
|
||||
this.goForward({name: 'manage-messenger'})
|
||||
}).catch(({msg}) => {
|
||||
$A.modalError(msg)
|
||||
}).finally(_ => {
|
||||
this.$store.dispatch("hiddenSpinner")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user