NEZ-1787 fix : hover显示、 默认时间处理 、快捷选择后文案显示
This commit is contained in:
@@ -580,7 +580,6 @@ export default {
|
||||
},
|
||||
messageDetail (row) {
|
||||
this.sign = Number(row.alertRule.id)
|
||||
console.log(this.sign);
|
||||
this.$get('/alert/rule/' + row.alertRule.id).then(res => {
|
||||
this.currentMsg = { ...row, alertRule: { ...res.data } }
|
||||
this.$nextTick(() => {
|
||||
|
||||
Reference in New Issue
Block a user