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:24:59 UTC

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

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 <17...@qq.com>
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 {