补:解决无法查看工作流信息的bug

This commit is contained in:
xiaocp2009 2025-11-05 14:07:34 +08:00
parent 641c4b0c70
commit fc76e290ac

View File

@ -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';
}