From ab10cac0146228c22ffbbae0bbdfdf6af02cc18c Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 11 四月 2023 12:59:20 +0800
Subject: [PATCH] #
---
Monitor-APP/pages/index/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Monitor-APP/pages/index/index.vue b/Monitor-APP/pages/index/index.vue
index a6ba62d..b24e432 100644
--- a/Monitor-APP/pages/index/index.vue
+++ b/Monitor-APP/pages/index/index.vue
@@ -189,7 +189,6 @@
<p class="english">Today</p>
</view>
<view class="sub-main">
- <!-- 鎶樼嚎鍥� -->
<view class="charts-box ring">
<qiun-data-charts type="ring" :opts="{legend:{position:'bottom'}}" :eopts="ringOpts" :chartData="chartsDataPie2" :echartsH5="true" :echartsApp="true"/>
</view>
@@ -400,7 +399,6 @@
// 涓婚〉淇℃伅
this.getServerData();
this.getOther();
- this.getDateFormat();
// 鍏朵粬淇℃伅
this.getDate();
this.getPakin();
@@ -426,6 +424,7 @@
// 娴嬭瘯鐢� 鈫�
// 杩斿洖缁撴灉鏈夊�� 涓斿�间笉绛変簬绌哄�� 灏辨槸鏈夐敊璇俊鎭渶瑕佸睍绀�
if (res.data && res.data !== "") {
+
that.errorMsg = res.data
that.errorShow = true
that.move = false // 鏄剧ず
@@ -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