mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-05 01:55:29 +08:00
字典明细禁用样式
上传图片组件大小不一致问题 注册用户总是提示“手机验证码错误” #2081 接口测试支持更多请求方式 菜单删除确认按钮样式变形问题 示例模板优化TableInnerEditList.vue 当用户单租户多部门时存在未setTenant的BUG #2053
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
<template slot="title">
|
||||
<span>您有多个租户,请选择登录租户</span>
|
||||
</template>
|
||||
<a-avatar style="backgroundColor:#87d068" icon="gold" />
|
||||
<a-avatar style="backgroundColor:#87d068" icon="gold" />
|
||||
</a-tooltip>
|
||||
|
||||
<a-select @change="handleTenantChange" :class="{'valid-error':validate_status1=='error'}" placeholder="请选择登录租户" style="margin-left:10px;width: 80%">
|
||||
@ -183,8 +183,8 @@
|
||||
return false
|
||||
}
|
||||
this.departResolve().then(()=>{
|
||||
this.$store.dispatch('saveTenant', this.tenant_id);
|
||||
if(this.isMultiTenant){
|
||||
this.$store.dispatch('saveTenant', this.tenant_id);
|
||||
this.$emit('success')
|
||||
}else{
|
||||
this.$emit('success')
|
||||
|
||||
Reference in New Issue
Block a user