no message

This commit is contained in:
kuaifan 2021-07-01 10:13:48 +08:00
parent 85c7a2e884
commit 67ce98ca55

View File

@ -293,6 +293,7 @@ export default {
this.$store.dispatch("increaseTaskMsgNum", this.dialogId); this.$store.dispatch("increaseTaskMsgNum", this.dialogId);
this.$store.dispatch("moveDialogTop", this.dialogId); this.$store.dispatch("moveDialogTop", this.dialogId);
this.$store.dispatch("updateDialogLastMsg", data); this.$store.dispatch("updateDialogLastMsg", data);
this.onActive();
}, },
chatScroll(res) { chatScroll(res) {