From 2b157db3930f4a29209f0970953714452c876dd0 Mon Sep 17 00:00:00 2001 From: huyuanming Date: Fri, 5 Jul 2019 10:39:41 +0800 Subject: [PATCH] startup parameters --- .../src/js/conf/home/pages/dag/_source/startingParam/index.vue | 2 -- 1 file changed, 2 deletions(-) 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)) } }