feat-wip(projects): 新增我的待办列表

This commit is contained in:
AN
2025-07-01 22:13:57 +08:00
parent baa0584bdc
commit 4e1f539576
14 changed files with 367 additions and 28 deletions

View File

@ -3,9 +3,8 @@ import { computed, ref, shallowRef } from 'vue';
import { NButton, NDivider, NEmpty, NInput, NTag } from 'naive-ui';
import { useBoolean, useLoading } from '@sa/hooks';
import { workflowActivityStatusRecord } from '@/constants/workflow';
import { fetchBatchDeleteInstance, fetchCancelProcessApply } from '@/service/api/workflow/instance';
import { fetchBatchDeleteInstance, fetchCancelProcessApply, fetchGetMyDocument } from '@/service/api/workflow/instance';
import { fetchGetCategoryTree } from '@/service/api/workflow/category';
import { fetchGetMyDocument } from '@/service/api/workflow/my-document';
import { useAppStore } from '@/store/modules/app';
import { useTable, useTableOperate } from '@/hooks/common/table';
import { useDict } from '@/hooks/business/dict';