Browse Source

Modify worker parameters

pull/2/head
break60 5 years ago
parent
commit
a358b58ef8
  1. 4
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue
  2. 4
      dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/instance/pages/list/_source/list.vue

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

@ -622,7 +622,7 @@
if(!hasMatch){ if(!hasMatch){
this.workerGroup = 'default' this.workerGroup = 'default'
}else{ } else {
this.workerGroup = o.workerGroup this.workerGroup = o.workerGroup
} }
@ -630,6 +630,8 @@
this.dependence = o.dependence || {} this.dependence = o.dependence || {}
this.cacheDependence = o.dependence || {} this.cacheDependence = o.dependence || {}
} else {
this.workerGroup = this.store.state.security.workerGroupsListAll[0].id
} }
this.isContentBox = true this.isContentBox = true
}, },

4
dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/instance/pages/list/_source/list.vue

@ -311,9 +311,9 @@
name: 'list', name: 'list',
data () { data () {
return { return {
// // data
list: [], list: [],
// // btn type
buttonType: '', buttonType: '',
strDelete: '', strDelete: '',
checkAll: false checkAll: false

Loading…
Cancel
Save