非线性用户建档列表管理

This commit is contained in:
2024-05-13 11:32:16 +08:00
parent cd2a09061e
commit 3784bd1efe
7 changed files with 2814 additions and 3521 deletions

View File

@@ -187,7 +187,7 @@ const userId = JSON.parse(window.localStorage.getItem('adminInfo')).id// 当前
const id = query.id as unknown as string // 流程实例的编号
const todo = query.todo// 是否存在待办事项
const processInstanceLoading = ref(false) // 流程实例的加载中
const processInstance = ref<any>({}) // 流程实例
const processInstance = ref({}) // 流程实例
const bpmnXml = ref('') // BPMN XML
const tasksLoad = ref(true) // 任务的加载中
const tasks = ref<any[]>([]) // 任务列表