From 4c9e0d6722513cd955dda83e3c6a328fec61de00 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 15 Sep 2021 15:42:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=B4=E9=83=A8=E6=9C=AA=E8=AF=BB?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=9D=A1=E6=95=B0=E5=A2=9E=E5=8A=A0=E6=89=8B?= =?UTF-8?q?=E5=8A=A8=E5=88=B7=E6=96=B0=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/Notification/index.vue | 1 + 1 file changed, 1 insertion(+) 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') {