feat: alert-message增加current/op列
还未组织请求到的数据
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user