refactor(home): 更新工作流任务API导入路径
- 将 '@/api/workflow/task' 导入路径更改为 '@/api/workflow/task.js'
This commit is contained in:
@@ -135,7 +135,7 @@ import { useRouter } from 'vue-router'
|
|||||||
import { markRaw } from 'vue'
|
import { markRaw } from 'vue'
|
||||||
import useUserStore from '@/store/modules/user'
|
import useUserStore from '@/store/modules/user'
|
||||||
import { getHomeStatistics, getPendingEmrCount } from '@/api/home'
|
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 { getCurrentUserConfig } from '@/api/system/userConfig'
|
||||||
import { listMenu, getMenuFullPath } from '@/api/system/menu'
|
import { listMenu, getMenuFullPath } from '@/api/system/menu'
|
||||||
import { ElDivider } from 'element-plus'
|
import { ElDivider } from 'element-plus'
|
||||||
|
|||||||
Reference in New Issue
Block a user