From 67eae4182762e1ab8d8929fb0fecef0debc4461b Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sat, 23 Jan 2021 06:27:33 +0000 Subject: [PATCH] fix tab refresh --- src/views/Dashboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index 9020913..87fa789 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -661,7 +661,7 @@ export default { this.poll = setInterval(() => { this.$store.dispatch("checkVer"); this.getAgentCounts(); - this.getDashInfo(); + this.getDashInfo(false); }, 60 * 5 * 1000); }, setSplitter(val) {