Compare commits

...

2 Commits

View File

@@ -77,7 +77,7 @@ const getTaskType = (name: string): string => {
const getApprovalRoute = (type: string, taskId: string): string => { const getApprovalRoute = (type: string, taskId: string): string => {
const routeMap: Record<string, string> = { const routeMap: Record<string, string> = {
investment: '/invMid/planApplyExamine/index', // 投资申报审批 investment: '/invMid/planApplyExamine/index', // 投资申报审批
expert: '/workbench/expertApproval/index', // 专家登记审批 expert: '/investment/expertApplyExamine/index', // 专家信息登记审批
reserve: '/workbench/reserveApproval/index', // 投资储备审批 reserve: '/workbench/reserveApproval/index', // 投资储备审批
cooperation: '/workbench/cooperationApproval/index', // 合作单位审批 cooperation: '/workbench/cooperationApproval/index', // 合作单位审批
default: '/workbench/approvalDetail', // 默认审批详情页 default: '/workbench/approvalDetail', // 默认审批详情页