chore: 字典相关逻辑

This commit is contained in:
dap
2024-10-12 14:10:19 +08:00
parent 329b41bc44
commit 89047a7dde
2 changed files with 20 additions and 15 deletions

View File

@@ -75,7 +75,6 @@ const onSelected: SelectHandler = async (tenantId: string, option: any) => {
async function onDeselect() {
await tenantDynamicClear();
dictStore.resetCache();
message.success($t('component.tenantToggle.reset'));
lastSelected.value = '';
close(false);