每次调用完毕刷新会话记录

This commit is contained in:
aixianling
2024-07-16 17:59:00 +08:00
parent 740c6497f1
commit f1ba9f7409

View File

@@ -93,6 +93,7 @@ export default {
} }
}).finally(() => { }).finally(() => {
this.loading = false this.loading = false
this.getConversations()
}) })
}, 100) }, 100)
}, },