Browse Source

[Bug][dolphinscheduler ui] When the edit time is repaired, the alarm group display. (#7262)

3.0.0/version-upgrade
songjianet 3 years ago committed by GitHub
parent
commit
3ca2ee9ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/timing.vue

2
dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/timing.vue

@ -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…
Cancel
Save