NEZ-2469 feat :endpoint operation增加Metric target按钮

This commit is contained in:
Xiao Bai
2022-12-18 19:46:51 +08:00
parent f5a02a9d57
commit 446ac7127b
4 changed files with 21 additions and 0 deletions

View File

@@ -78,6 +78,10 @@ export default {
this.$emit('topology', row, param)
break
}
case 'metricTarget': {
this.$emit('metricTarget', row, param)
break
}
default:
this.$emit(command, row, param)
break