fix: 修复overview-alertmessage数量显示不对等

1.修复overview-alertmessage数量显示不对的问题
2.operationlog state颜色、顶部菜单状态
This commit is contained in:
陈劲松
2020-04-26 11:26:22 +08:00
parent d672ba9cb1
commit cc92b77472
3 changed files with 13 additions and 22 deletions

View File

@@ -191,7 +191,6 @@
this.queryEndpointData();
this.queryAlertMessageData();
this.queryAlertRuleData();
this.queryDatacenterData();
this.queryAlertTrendData();
this.queryMapChartGeoJson();
this.queryAlertStatByRule();
@@ -309,13 +308,6 @@
}
})
},
queryDatacenterData() {
this.$get('overview/datacenterStat').then(response => {
if (response.code === 200) {
this.alertMessageData = response.data;
}
})
},
queryAlertTrendData() {
this.$refs.chartbox.startLoading();
let cur=this.dateFormat('yyyy-mm-dd HH:MM:SS',new Date());