From 7aabdfc457bf7dd9a30f46b4d6efb032a196c3d8 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Wed, 25 Jul 2018 11:03:49 +0800
Subject: [PATCH] 环境管理 图表实现
---
src/app/routes/forecasting-warning/forecasting-warning.component.ts | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/app/routes/forecasting-warning/forecasting-warning.component.ts b/src/app/routes/forecasting-warning/forecasting-warning.component.ts
index 2e660eb..80daec2 100644
--- a/src/app/routes/forecasting-warning/forecasting-warning.component.ts
+++ b/src/app/routes/forecasting-warning/forecasting-warning.component.ts
@@ -56,6 +56,7 @@
}
]
};
+ public type = 'warning';
ngOnInit() {
this.initWarning();
}
--
Gitblit v1.8.0