Skip to content

Commit

Permalink
Fix: Add watch for monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
chakflying committed Aug 4, 2023
1 parent 79fc4af commit 8157303
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/Details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,10 @@ export default {
page(to) {
this.getImportantHeartbeatListPaged();
},
monitor(to) {
this.getImportantHeartbeatListLength();
}
},
mounted() {
Expand Down

0 comments on commit 8157303

Please sign in to comment.