mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
perf: 移动端审批窗口点击人员头像直接进入会话
This commit is contained in:
parent
89a50fd389
commit
a730c95492
@ -519,6 +519,8 @@ export default {
|
||||
this.$store.dispatch("openDialogUserid", userid).then(_ => {
|
||||
if (this.$parent.$options.name === "DrawerOverlayView") {
|
||||
this.$parent.onClose()
|
||||
} else if (this.$parent.$options.name === "Modal") {
|
||||
this.$parent.close()
|
||||
}
|
||||
this.goForward({name: 'manage-messenger'})
|
||||
}).catch(({msg}) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user