fixl 修改panel alertlist snmp 双击打开弹窗的问题
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user