diff --git a/escheduler-ui/src/js/conf/home/pages/dag/_source/startingParam/index.vue b/escheduler-ui/src/js/conf/home/pages/dag/_source/startingParam/index.vue index ceb019ce90..b1494e063e 100644 --- a/escheduler-ui/src/js/conf/home/pages/dag/_source/startingParam/index.vue +++ b/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)) } }