diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/_source/list.vue b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/_source/list.vue index 8b310ff29e0144cc269f055e05f474e753c7d7dc..5e8927d3f44c377851094621d1f5cbfe6408e571 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/_source/list.vue +++ b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/_source/list.vue @@ -129,6 +129,6 @@ this.list = this.workerGroupList }, mounted () {}, - components: { } + components: {}, } \ No newline at end of file diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/index.vue b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/index.vue index c735453901ecfb9ae3f0b6aff129036ebfeca589..fcaf9f4421bb95078b2977bb5d5c33cd72946f60 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/index.vue +++ b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/index.vue @@ -141,8 +141,7 @@ this.searchParams.pageNo = _.isEmpty(a.query) ? 1 : a.query.pageNo } }, - created () { - }, + created () {}, mounted () { this.$modal.destroy() },