perf:explore 编辑功能(operator function 待完成)

This commit is contained in:
wangwenrui
2020-06-18 16:38:07 +08:00
parent 29b57265b6
commit b3ac8130d7
3 changed files with 228 additions and 43 deletions

View File

@@ -1580,7 +1580,9 @@
}
},
getAlertListChartData:function(chartInfo,filterType){
this.$set(chartInfo, "param", {endpointId: this.additionalInfo.id});
if(this.additionalInfo){
this.$set(chartInfo, "param", {endpointId: this.additionalInfo.id});
}
this.$refs['editChart'+chartInfo.id][0].getAlertList(filterType);
},
getAlertRuleChartData(chartInfo) {