This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 3ca2ee9 [Bug][dolphinscheduler ui] When the edit time is repaired,
the alarm group display. (#7262)
3ca2ee9 is described below
commit 3ca2ee9ac8d09ced1b3f4e893b9a00891456fee6
Author: songjianet <[email protected]>
AuthorDate: Wed Dec 8 14:24:53 2021 +0800
[Bug][dolphinscheduler ui] When the edit time is repaired, the alarm group
display. (#7262)
---
.../home/pages/projects/pages/definition/pages/list/_source/timing.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/timing.vue
b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/timing.vue
index 6c13db2..a21d85f 100644
---
a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/timing.vue
+++
b/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 {