NEZ-699: 增加告警静默一键配置功能
This commit is contained in:
@@ -42,6 +42,11 @@ export default {
|
||||
this.$emit('sync', row)
|
||||
break
|
||||
}
|
||||
case 'fastSilence': {
|
||||
// this.$emit('copy', row)
|
||||
this.$emit('addSilence', row, param)
|
||||
break
|
||||
}
|
||||
default:
|
||||
this.$emit(command, row)
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user