Browse Source

update tenant in ui

pull/2/head
lenboo 5 years ago
parent
commit
f55fd51ff2
  1. 2
      escheduler-ui/src/js/conf/home/pages/dag/_source/udp/_source/selectTenant.vue

2
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
})

Loading…
Cancel
Save