提交
This commit is contained in:
@ -31,6 +31,7 @@ export interface FlowTaskVO {
|
||||
version?: string;
|
||||
applyNode?: boolean;
|
||||
buttonList?: buttonList[];
|
||||
projectName?: string;
|
||||
}
|
||||
|
||||
export interface buttonList {
|
||||
|
||||
@ -12,7 +12,8 @@ export default {
|
||||
businessId: routerJumpVo.businessId,
|
||||
type: routerJumpVo.type,
|
||||
planMonth: routerJumpVo.planMonth,
|
||||
taskId: routerJumpVo.taskId
|
||||
taskId: routerJumpVo.taskId,
|
||||
projectName: routerJumpVo.projectName
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@ -4,6 +4,7 @@ export interface RouterJumpVo {
|
||||
type: string;
|
||||
formCustom: string;
|
||||
formPath: string;
|
||||
projectName?: string;
|
||||
}
|
||||
|
||||
export interface StartProcessBo {
|
||||
|
||||
Reference in New Issue
Block a user