Fixed selection of tenant value and defalut changed to lower case
@ -205,12 +205,13 @@
this.syncDefine = dag.syncDefine
this.timeout = dag.timeout || 0
this.checkedTimeout = this.timeout !== 0
this.$nextTick(() => {
if (dag.tenantId === -1) {
this.tenantId = this.store.state.user.userInfo.tenantId
} else {
this.tenantId = dag.tenantId
}
})
},
mounted () {},
@ -282,7 +282,7 @@ export default {
const list = res.data
list.unshift({
id: -1,
tenantName: 'Default'
tenantName: 'default'
state.tenantAllList = list
resolve(list)