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

This commit is contained in:
fit2cloud-chenyw 2021-09-15 15:42:39 +08:00
parent 5a29a8b091
commit 4c9e0d6722

View File

@ -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') {