Merge pull request #817 from dataease/pr@dev@fix_msg_num_refresh

fix: 头部未读消息条数增加手动刷新机制
This commit is contained in:
fit2cloud-chenyw 2021-09-15 15:43:41 +08:00 committed by GitHub
commit e822120dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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