From d447a624a8459e08403691e2f387dd58de9b7e79 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期三, 16 九月 2020 18:55:36 +0800
Subject: [PATCH] 数据可视化,应用中心更新

---
 src/pages/visual/Pool/CategoryData.ts |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/pages/visual/Pool/CategoryData.ts b/src/pages/visual/Pool/CategoryData.ts
index c1a37b5..6dbe433 100644
--- a/src/pages/visual/Pool/CategoryData.ts
+++ b/src/pages/visual/Pool/CategoryData.ts
@@ -11,6 +11,7 @@
   public mutPieVisitorList: Array<number> = [];
   public mutAnalysisList: Array<number> = [];
   public warnCount: Number = 0;
+  public warnInfo: Object = {};
   public personList: Array<object> = [];
   public isShow: Boolean = false;
   public dataStatus: String = "";
@@ -32,6 +33,8 @@
     this.mutAnalysisList = []
     //褰撳墠棰勮鎬绘暟
     this.warnCount = 0
+    //褰撳墠棰勮淇℃伅
+    this.warnInfo = {}
     //棰勮鍒楄〃鏁版嵁
     this.personList = []
     this.isShow = false
@@ -110,7 +113,8 @@
     const res: any = await statisticsComprehensive({})
     // console.log(res,'褰撳墠棰勮鎬绘暟')
     if (res && res.success) {
-      this.warnCount = res.data
+      //this.warnCount = res.data
+      this.warnInfo = res.data
     }
   }
 

--
Gitblit v1.8.0