From 04a9dc98aab72d4cda3d24be233d82c712b4122b Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 17 十一月 2020 10:17:20 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/monitor/js/monitor.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/monitor/js/monitor.js b/src/main/webapp/views/monitor/js/monitor.js
index 18cf17d..8889133 100644
--- a/src/main/webapp/views/monitor/js/monitor.js
+++ b/src/main/webapp/views/monitor/js/monitor.js
@@ -8,6 +8,8 @@
 
 setInterval(function () {
     setDate();
+    initlinChart();
+    initPieChart();
 }, 1000);
 
 function setDate() {
@@ -42,3 +44,4 @@
     })
 
 }
+

--
Gitblit v1.9.1