Browse Source

frontend conflict resolve

pull/2/head
qiaozhanwei 5 years ago
parent
commit
ebca4d734b
  1. 24
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue

24
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue

@ -333,10 +333,7 @@
// Task priority // Task priority
taskInstancePriority: 'MEDIUM', taskInstancePriority: 'MEDIUM',
// worker group id // worker group id
<<<<<<< HEAD workerGroup: 'default',
workerGroup: 'default'
=======
workerGroupId: -1,
stateList:[ stateList:[
{ {
value: 'success', value: 'success',
@ -347,7 +344,6 @@
label: `${i18n.$t('failed')}` label: `${i18n.$t('failed')}`
} }
] ]
>>>>>>> remotes/upstream/dev
} }
}, },
/** /**
@ -459,13 +455,9 @@
retryInterval: this.retryInterval, retryInterval: this.retryInterval,
timeout: this.timeout, timeout: this.timeout,
taskInstancePriority: this.taskInstancePriority, taskInstancePriority: this.taskInstancePriority,
<<<<<<< HEAD workerGroup: this.workerGroup,
workerGroup: this.workerGroup
=======
workerGroupId: this.workerGroupId,
status: this.status, status: this.status,
branch: this.branch branch: this.branch
>>>>>>> remotes/upstream/dev
}, },
fromThis: this fromThis: this
}) })
@ -527,13 +519,9 @@
retryInterval: this.retryInterval, retryInterval: this.retryInterval,
timeout: this.timeout, timeout: this.timeout,
taskInstancePriority: this.taskInstancePriority, taskInstancePriority: this.taskInstancePriority,
<<<<<<< HEAD workerGroup: this.workerGroup,
workerGroup: this.workerGroup
=======
workerGroupId: this.workerGroupId,
status: this.status, status: this.status,
branch: this.branch branch: this.branch
>>>>>>> remotes/upstream/dev
}, },
fromThis: this fromThis: this
}) })
@ -675,13 +663,9 @@
retryInterval: this.retryInterval, retryInterval: this.retryInterval,
timeout: this.timeout, timeout: this.timeout,
taskInstancePriority: this.taskInstancePriority, taskInstancePriority: this.taskInstancePriority,
<<<<<<< HEAD workerGroup: this.workerGroup,
workerGroup: this.workerGroup
=======
workerGroupId: this.workerGroupId,
successBranch: this.successBranch, successBranch: this.successBranch,
failedBranch: this.failedBranch failedBranch: this.failedBranch
>>>>>>> remotes/upstream/dev
} }
} }
}, },

Loading…
Cancel
Save