Commit 05d84e5f authored by 华国豪's avatar 华国豪 🙄

no message

parent 1d5410ef
...@@ -245,7 +245,7 @@ export default { ...@@ -245,7 +245,7 @@ export default {
}, watch: { }, watch: {
// 监听消息接受 // 监听消息接受
sessionlistHis(newVal, oldVal) { sessionlistHis(newVal, oldVal) {
if (JSON.stringify(newVal) !== JSON.stringify(oldVal)) { if (JSON.stringify(newVal)) {
this.getUnreadHis() this.getUnreadHis()
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment