fix: 字段错误
This commit is contained in:
parent
20ae9b313b
commit
d65dfc7252
@ -56,7 +56,7 @@ async function onSelected(tenantId: any, option: any) {
|
||||
}
|
||||
await tenantDynamicToggle(tenantId);
|
||||
lastSelected.value = tenantId;
|
||||
message.success(`切换当前租户为: ${option.title}`);
|
||||
message.success(`切换当前租户为: ${option.companyName}`);
|
||||
close(true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user