diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue index 3f60abaab06e8b9d83673bc0920ad6d1b1baa307..7dfcbc62bb169e051faf84d042f215d5c2f3373f 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue +++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue @@ -693,6 +693,7 @@ } // Non-null objects represent backfill if (!_.isEmpty(o)) { + this.code = o.code this.name = o.name this.taskInstancePriority = o.taskInstancePriority this.runFlag = o.runFlag || 'NORMAL' @@ -766,6 +767,7 @@ return { type: this.nodeData.taskType, id: this.nodeData.id, + code: this.code, name: this.name, desc: this.desc, runFlag: this.runFlag,