Compare commits
2 Commits
a8cb979339
...
53fd697d46
| Author | SHA1 | Date | |
|---|---|---|---|
| 53fd697d46 | |||
| ed87a4e929 |
@@ -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