补:解决无法查看工作流信息的bug
This commit is contained in:
parent
641c4b0c70
commit
fc76e290ac
3
cds-fontend-2025.V1/src/typings/common.d.ts
vendored
3
cds-fontend-2025.V1/src/typings/common.d.ts
vendored
@ -43,4 +43,7 @@ declare namespace CommonType {
|
||||
/** filter function */
|
||||
filterFn?: (node: any) => boolean;
|
||||
};
|
||||
|
||||
/** the type of workflow table operate */
|
||||
type WorkflowTableOperateType = 'add' | 'edit' | 'detail' | 'approval';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user