NEZ-1787 fix : hover显示、 默认时间处理 、快捷选择后文案显示

This commit is contained in:
zhangxiaolong
2022-04-14 11:51:57 +08:00
parent 9258a0d7fd
commit 531c8e02d7
4 changed files with 58 additions and 31 deletions

View File

@@ -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(() => {