mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-03 20:58:11 +08:00
[Bug][dolphinscheduler ui] When the edit time is repaired, the alarm group display. (#7262)
This commit is contained in:
parent
deefc8e98a
commit
3ca2ee9ac8
@ -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
Block a user