From 561c6c88f5efbb483cf855951a3d9aab8d6c5f20 Mon Sep 17 00:00:00 2001 From: break60 <790061044@qq.com> Date: Thu, 7 May 2020 21:13:16 +0800 Subject: [PATCH] fix --- .../home/pages/security/pages/workerGroups/_source/list.vue | 2 +- .../js/conf/home/pages/security/pages/workerGroups/index.vue | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 8b310ff29..5e8927d3f 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 c73545390..fcaf9f442 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() }, -- GitLab