提交
This commit is contained in:
@ -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