feat:【bpm】【antd/ele】业务表单,支持重新发起流程

This commit is contained in:
YunaiV
2025-12-27 12:49:14 +08:00
parent ab7b77989f
commit 5a5d2f17da
7 changed files with 106 additions and 22 deletions

View File

@@ -30,6 +30,7 @@ export namespace BpmModelApi {
deploymentTime: number;
suspensionState: number;
formType?: number;
formCustomCreatePath?: string;
formCustomViewPath?: string;
formFields?: string[];
}