perf: 移动端审批窗口点击人员头像直接进入会话

This commit is contained in:
kuaifan 2024-11-19 11:35:10 +08:00
parent 89a50fd389
commit a730c95492

View File

@ -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}) => {