forked from github/dataease
Merge pull request #817 from dataease/pr@dev@fix_msg_num_refresh
fix: 头部未读消息条数增加手动刷新机制
This commit is contained in:
commit
e822120dc5
@ -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