更改审批页面跳转
This commit is contained in:
@@ -77,7 +77,7 @@ const getTaskType = (name: string): string => {
|
||||
const getApprovalRoute = (type: string, taskId: string): string => {
|
||||
const routeMap: Record<string, string> = {
|
||||
investment: '/invMid/planApplyExamine/index', // 投资申报审批
|
||||
expert: '/workbench/expertApproval/index', // 专家登记审批
|
||||
expert: '/investment/expertApplyExamine/index', // 专家信息登记审批
|
||||
reserve: '/workbench/reserveApproval/index', // 投资储备审批
|
||||
cooperation: '/workbench/cooperationApproval/index', // 合作单位审批
|
||||
default: '/workbench/approvalDetail', // 默认审批详情页
|
||||
|
||||
Reference in New Issue
Block a user