mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-16 16:54:41 +08:00
fix 修复 树表模板 没有导入parseTime问题
This commit is contained in:
parent
fba7b40075
commit
70deffdf05
@ -425,7 +425,7 @@ import { useTreeTableExpand } from '@/hooks/tree/useTreeTableExpand';
|
|||||||
import { useDict } from '@/utils/dict';
|
import { useDict } from '@/utils/dict';
|
||||||
</#if>
|
</#if>
|
||||||
import modal from '@/plugins/modal';
|
import modal from '@/plugins/modal';
|
||||||
import { handleTree } from '@/utils/ruoyi';
|
import { handleTree<#if needParseTime>, parseTime</#if> } from '@/utils/ruoyi';
|
||||||
<#if enableExport>
|
<#if enableExport>
|
||||||
import { download as requestDownload } from '@/utils/request';
|
import { download as requestDownload } from '@/utils/request';
|
||||||
</#if>
|
</#if>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user