fix:aseet 添加关系图(20%)

This commit is contained in:
zhangyu
2022-03-17 16:42:56 +08:00
parent 291562452a
commit 430b8b1dce
15 changed files with 1699 additions and 17 deletions

View File

@@ -55,8 +55,13 @@ export default {
this.$emit('addSilence', row, param)
break
}
case 'topology': {
// this.$emit('copy', row)
this.$emit('topology', row, param)
break
}
default:
this.$emit(command, row)
this.$emit(command, row, param)
break
}
},