From 8854b36561ebe19a350d625406f936d92a3d0a32 Mon Sep 17 00:00:00 2001 From: break60 <790061044@qq.com> Date: Thu, 7 May 2020 20:42:56 +0800 Subject: [PATCH] fix --- .../home/pages/security/pages/workerGroups/_source/list.vue | 3 +-- 1 file changed, 1 insertion(+), 2 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 8cb7116a3a..8b310ff29e 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 @@ -128,8 +128,7 @@ created () { this.list = this.workerGroupList }, - mounted () { - }, + mounted () {}, components: { } } \ No newline at end of file