From 9323f1e6cf66551371948bed0e734ec9b7a545d5 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 06 九月 2023 08:59:05 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zjfnwcs' into zjfnwcs

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

diff --git a/src/main/webapp/views/monitor/monitor.html b/src/main/webapp/views/monitor/monitor.html
index fd1fdf2..46989e4 100644
--- a/src/main/webapp/views/monitor/monitor.html
+++ b/src/main/webapp/views/monitor/monitor.html
@@ -792,6 +792,7 @@
             url: baseUrl+"/monitor/line/charts",
             method: 'GET',
             success: function (res) {
+                console.log(res)
                 if (res.code === 200){
                     var json = res.data.rows;
                     reportView.xAxis.data=[getDateFormat(-11), getDateFormat(-10), getDateFormat(-9), getDateFormat(-8), getDateFormat(-7), getDateFormat(-6),

--
Gitblit v1.9.1