Loading dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue +4 −20 Original line number Diff line number Diff line Loading @@ -333,10 +333,7 @@ // Task priority taskInstancePriority: 'MEDIUM', // worker group id <<<<<<< HEAD workerGroup: 'default' ======= workerGroupId: -1, workerGroup: 'default', stateList:[ { value: 'success', Loading @@ -347,7 +344,6 @@ label: `${i18n.$t('failed')}` } ] >>>>>>> remotes/upstream/dev } }, /** Loading Loading @@ -459,13 +455,9 @@ retryInterval: this.retryInterval, timeout: this.timeout, taskInstancePriority: this.taskInstancePriority, <<<<<<< HEAD workerGroup: this.workerGroup ======= workerGroupId: this.workerGroupId, workerGroup: this.workerGroup, status: this.status, branch: this.branch >>>>>>> remotes/upstream/dev }, fromThis: this }) Loading Loading @@ -527,13 +519,9 @@ retryInterval: this.retryInterval, timeout: this.timeout, taskInstancePriority: this.taskInstancePriority, <<<<<<< HEAD workerGroup: this.workerGroup ======= workerGroupId: this.workerGroupId, workerGroup: this.workerGroup, status: this.status, branch: this.branch >>>>>>> remotes/upstream/dev }, fromThis: this }) Loading Loading @@ -675,13 +663,9 @@ retryInterval: this.retryInterval, timeout: this.timeout, taskInstancePriority: this.taskInstancePriority, <<<<<<< HEAD workerGroup: this.workerGroup ======= workerGroupId: this.workerGroupId, workerGroup: this.workerGroup, successBranch: this.successBranch, failedBranch: this.failedBranch >>>>>>> remotes/upstream/dev } } }, Loading Loading
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue +4 −20 Original line number Diff line number Diff line Loading @@ -333,10 +333,7 @@ // Task priority taskInstancePriority: 'MEDIUM', // worker group id <<<<<<< HEAD workerGroup: 'default' ======= workerGroupId: -1, workerGroup: 'default', stateList:[ { value: 'success', Loading @@ -347,7 +344,6 @@ label: `${i18n.$t('failed')}` } ] >>>>>>> remotes/upstream/dev } }, /** Loading Loading @@ -459,13 +455,9 @@ retryInterval: this.retryInterval, timeout: this.timeout, taskInstancePriority: this.taskInstancePriority, <<<<<<< HEAD workerGroup: this.workerGroup ======= workerGroupId: this.workerGroupId, workerGroup: this.workerGroup, status: this.status, branch: this.branch >>>>>>> remotes/upstream/dev }, fromThis: this }) Loading Loading @@ -527,13 +519,9 @@ retryInterval: this.retryInterval, timeout: this.timeout, taskInstancePriority: this.taskInstancePriority, <<<<<<< HEAD workerGroup: this.workerGroup ======= workerGroupId: this.workerGroupId, workerGroup: this.workerGroup, status: this.status, branch: this.branch >>>>>>> remotes/upstream/dev }, fromThis: this }) Loading Loading @@ -675,13 +663,9 @@ retryInterval: this.retryInterval, timeout: this.timeout, taskInstancePriority: this.taskInstancePriority, <<<<<<< HEAD workerGroup: this.workerGroup ======= workerGroupId: this.workerGroupId, workerGroup: this.workerGroup, successBranch: this.successBranch, failedBranch: this.failedBranch >>>>>>> remotes/upstream/dev } } }, Loading