提交 4c9e0d67 authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

fix: 头部未读消息条数增加手动刷新机制

上级 5a29a8b0
......@@ -199,6 +199,7 @@ export default {
query(currentPage, pageSize, param).then(response => {
this.data = response.data.listObject
this.paginationConfig.total = response.data.itemCount
this.count = this.paginationConfig.total
}).catch(() => {
const token = getToken()
if (!token || token === 'null' || token === 'undefined') {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论