Browse Source

Merge pull request #524 from hymzcn/dev-1.1.0

startup parameters
pull/2/head
hymzcn 5 years ago committed by GitHub
parent
commit
527291c1a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      escheduler-ui/src/js/conf/home/pages/dag/_source/startingParam/index.vue

2
escheduler-ui/src/js/conf/home/pages/dag/_source/startingParam/index.vue

@ -85,8 +85,6 @@
deep: true,
handler () {
this.isActive = false
this.notifyGroupList = null
this.workerGroupList = null
this.$nextTick(() => (this.isActive = true))
}
}

Loading…
Cancel
Save