Vue3 重构:流程实例的创建

This commit is contained in:
YunaiV
2023-03-28 08:10:11 +08:00
parent ddd6bbbee1
commit d7891fe759
4 changed files with 66 additions and 102 deletions

View File

@ -4,6 +4,7 @@ export type Task = {
id: string
name: string
}
export type ProcessInstanceVO = {
id: number
name: string