feat: alert-message增加current/op列

还未组织请求到的数据
This commit is contained in:
chenjinsong
2020-05-12 19:59:08 +08:00
parent e332e8c78b
commit 8fbef2576a
4 changed files with 170 additions and 12 deletions

View File

@@ -353,7 +353,7 @@
this.$nextTick(this.$refs.endpointQueryTable.doLayout());
}
});
}, 420);
}, 450);
},
clearSelectedMetrics() {
this.$refs.endpointQueryTable.clearSelection();
@@ -433,7 +433,6 @@
},
dialogClose:function(){
this.graphShow=false;
this.graphChart.clear();
},
queryChartDate:function(){
let start = this.searchTime[0]?this.searchTime[0]:this.getTime(-1, 'h');