[Bug][dolphinscheduler ui] When the edit time is repaired, the alarm group display. (#7263)
This commit is contained in:
parent
75a70eda00
commit
26b0de16dc
|
|
@ -363,7 +363,7 @@
|
|||
this._getNotifyGroupList().then(() => {
|
||||
this.$nextTick(() => {
|
||||
// let list = _.filter(this.notifyGroupList, v => v.id === item.warningGroupId)
|
||||
this.warningGroupId = item.warningGroupId
|
||||
this.warningGroupId = item.warningGroupId === 0 ? '' : item.warningGroupId
|
||||
})
|
||||
}).catch(() => { this.warningGroupId = '' })
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue