diff --git a/frontend/src/components/Notification/index.vue b/frontend/src/components/Notification/index.vue index fa07c8e79d..3a3051e057 100644 --- a/frontend/src/components/Notification/index.vue +++ b/frontend/src/components/Notification/index.vue @@ -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') {