fix: 头部未读消息条数增加手动刷新机制
This commit is contained in:
parent
5a29a8b091
commit
4c9e0d6722
@ -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') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user