You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/12/08 06:54:25 UTC

[dolphinscheduler] branch 2.0.1-prepare updated: [Bug][dolphinscheduler ui] When the edit time is repaired, the alarm group display. (#7263)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch 2.0.1-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/2.0.1-prepare by this push:
     new 26b0de1  [Bug][dolphinscheduler ui] When the edit time is repaired, the alarm group display. (#7263)
26b0de1 is described below

commit 26b0de16dc586e31b3672db64e7f1170637c73be
Author: songjianet <17...@qq.com>
AuthorDate: Wed Dec 8 14:54:18 2021 +0800

    [Bug][dolphinscheduler ui] When the edit time is repaired, the alarm group display. (#7263)
---
 .../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 {