feat:整合字典管理

This commit is contained in:
ANHE
2025-03-23 11:00:34 +08:00
parent 3fc4bec81a
commit 7f781112a9
24 changed files with 1077 additions and 17 deletions

View File

@ -192,7 +192,7 @@ async function handleSyncTenantDict() {
}
async function handleExport() {
download('/system/tenant/export', searchParams, '租户列表.xlsx');
download('/system/tenant/export', searchParams, `租户列表_${new Date().getTime()}.xlsx`);
}
</script>