refactor(home): 更新工作流任务API导入路径

- 将 '@/api/workflow/task' 导入路径更改为 '@/api/workflow/task.js'
This commit is contained in:
2026-02-01 15:06:15 +08:00
parent 98fe9f3301
commit 669d669422

View File

@@ -135,7 +135,7 @@ import { useRouter } from 'vue-router'
import { markRaw } from 'vue'
import useUserStore from '@/store/modules/user'
import { getHomeStatistics, getPendingEmrCount } from '@/api/home'
import { listTodo } from '@/api/workflow/task'
import { listTodo } from '@/api/workflow/task.js'
import { getCurrentUserConfig } from '@/api/system/userConfig'
import { listMenu, getMenuFullPath } from '@/api/system/menu'
import { ElDivider } from 'element-plus'