feat: 选择下一步审批人权限

This commit is contained in:
dap
2025-03-08 12:08:01 +08:00
parent e78f4e984d
commit 6170da0870
10 changed files with 167 additions and 22 deletions

View File

@@ -30,7 +30,7 @@ import { ApprovalCard, ApprovalPanel, CopyComponent } from '../components';
const emptyImage = Empty.PRESENTED_IMAGE_SIMPLE;
const taskList = ref<({ active: boolean } & TaskInfo)[]>([]);
const taskList = ref<(TaskInfo & { active: boolean })[]>([]);
const taskTotal = ref(0);
const page = ref(1);
const loading = ref(false);