mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 添加流程实例功能
This commit is contained in:
2
src/typings/elegant-router.d.ts
vendored
2
src/typings/elegant-router.d.ts
vendored
@ -56,6 +56,7 @@ declare module "@elegant-router/types" {
|
||||
"workflow": "/workflow";
|
||||
"workflow_category": "/workflow/category";
|
||||
"workflow_process-definition": "/workflow/process-definition";
|
||||
"workflow_process-instance": "/workflow/process-instance";
|
||||
};
|
||||
|
||||
/**
|
||||
@ -151,6 +152,7 @@ declare module "@elegant-router/types" {
|
||||
| "tool_gen"
|
||||
| "workflow_category"
|
||||
| "workflow_process-definition"
|
||||
| "workflow_process-instance"
|
||||
>;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user