mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-05 05:38:30 +08:00
update tenant in ui
This commit is contained in:
parent
7d2b9e5925
commit
f55fd51ff2
@ -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…
Reference in New Issue
Block a user