From 85841ef9441aff46d80c7458c928e085e78911a1 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期五, 01 四月 2022 14:43:10 +0800
Subject: [PATCH] 订单管理

---
 src/Pool/PollData.ts |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/Pool/PollData.ts b/src/Pool/PollData.ts
index 3ecfc8d..e30b8ad 100644
--- a/src/Pool/PollData.ts
+++ b/src/Pool/PollData.ts
@@ -176,6 +176,9 @@
       }
       this.barCharts = [this.DiskUsePercent,this.CpuUsedPercent,this.GpuUsedPercent,this.MemUsedPercent]
     }
+
+    console.log(this);
+    
   }
 
   public async statisticTaskInfo() {

--
Gitblit v1.8.0