diff --git a/src/pages/DashboardHome.vue b/src/pages/DashboardHome.vue index 3782ab2a64..3cd12269b2 100644 --- a/src/pages/DashboardHome.vue +++ b/src/pages/DashboardHome.vue @@ -101,11 +101,15 @@ export default { }; }, watch: { - displayedRecords() { + perPage() { this.$nextTick(() => { - this.updatePerPage(); + this.getImportantHeartbeatListPaged(); }); }, + + page() { + this.getImportantHeartbeatListPaged(); + }, }, mounted() {