fixl 修改panel alertlist snmp 双击打开弹窗的问题

This commit is contained in:
zhangyu
2021-11-03 17:30:20 +08:00
parent 6c1340cecf
commit d1e38477ee
2 changed files with 3 additions and 2 deletions

View File

@@ -464,6 +464,9 @@ export default {
}) })
}, },
messageDetail (row) { messageDetail (row) {
if (row.alertRule.type == 3) {
return
}
this.$get('/alert/rule/' + row.alertRule.id).then(res => { this.$get('/alert/rule/' + row.alertRule.id).then(res => {
this.currentMsg = { ...row, alertRule: { ...res.data } } this.currentMsg = { ...row, alertRule: { ...res.data } }
this.graphShow = true this.graphShow = true

View File

@@ -589,8 +589,6 @@ export default {
} }
}) })
// this.titleSearchList.assetLabel.children = data // this.titleSearchList.assetLabel.children = data
console.log(metaData)
console.log(data)
resolve(data) resolve(data)
setTimeout(() => { setTimeout(() => {
const title = this.tools.customTableTitle const title = this.tools.customTableTitle