From 6741811c83a4b628e59d5d90a45ce407046f1139 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期五, 22 十一月 2024 10:30:19 +0800
Subject: [PATCH] #
---
 Monitor-APP/pages/index/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Monitor-APP/pages/index/index.vue b/Monitor-APP/pages/index/index.vue
index 34dfee3..b24e432 100644
--- a/Monitor-APP/pages/index/index.vue
+++ b/Monitor-APP/pages/index/index.vue
@@ -399,7 +399,6 @@
 				// 涓婚〉淇℃伅
 				this.getServerData();
 				this.getOther();
-				this.getDateFormat();
 				// 鍏朵粬淇℃伅
 				this.getDate();
 				this.getPakin();
@@ -584,6 +583,7 @@
 					method:'GET',
 					success(result) {
 						var res = result.data
+						console.log(result);
 						if (res.code === 200) {
 							that.chartsData.Line.categories = [
 								that.getDateFormat(-11),that.getDateFormat(-10),that.getDateFormat(-9),that.getDateFormat(-8),
--
Gitblit v1.9.1