From f55fd51ff2c3aae5b0845d5037023de3c4c6ebb9 Mon Sep 17 00:00:00 2001 From: lenboo Date: Tue, 2 Jul 2019 15:07:48 +0800 Subject: [PATCH] update tenant in ui --- .../js/conf/home/pages/dag/_source/udp/_source/selectTenant.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/escheduler-ui/src/js/conf/home/pages/dag/_source/udp/_source/selectTenant.vue b/escheduler-ui/src/js/conf/home/pages/dag/_source/udp/_source/selectTenant.vue index 307c2fdc27..9c39e8ec4a 100644 --- a/escheduler-ui/src/js/conf/home/pages/dag/_source/udp/_source/selectTenant.vue +++ b/escheduler-ui/src/js/conf/home/pages/dag/_source/udp/_source/selectTenant.vue @@ -45,7 +45,7 @@ if (stateTenantAllList.length) { this.itemList = stateTenantAllList } else { - this.store.dispatch('actions/getTenantList').then(res => { + this.store.dispatch('security/getTenantList').then(res => { this.$nextTick(() => { this.itemList = res })