mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 11:13:26 +00:00
perf: 点击头像进入对话
This commit is contained in:
parent
b1f5cae663
commit
0a84a8718e
@ -300,7 +300,9 @@
|
|||||||
|
|
||||||
openDialog() {
|
openDialog() {
|
||||||
this.$store.dispatch("showSpinner", 600)
|
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)
|
$A.modalError(msg)
|
||||||
}).finally(_ => {
|
}).finally(_ => {
|
||||||
this.$store.dispatch("hiddenSpinner")
|
this.$store.dispatch("hiddenSpinner")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user