fix 修复 树表模板 没有导入parseTime问题

This commit is contained in:
疯狂的狮子Li
2026-08-07 09:21:24 +08:00
parent fba7b40075
commit 70deffdf05
@@ -425,7 +425,7 @@ import { useTreeTableExpand } from '@/hooks/tree/useTreeTableExpand';
import { useDict } from '@/utils/dict';
</#if>
import modal from '@/plugins/modal';
import { handleTree } from '@/utils/ruoyi';
import { handleTree<#if needParseTime>, parseTime</#if> } from '@/utils/ruoyi';
<#if enableExport>
import { download as requestDownload } from '@/utils/request';
</#if>