mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-04 13:14:07 +08:00
【工作流】- 对接新获取表单字段权限接口
This commit is contained in:
@@ -300,7 +300,14 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
||||
canTo: true,
|
||||
title: '流程详情',
|
||||
activeMenu: '/bpm/task/my'
|
||||
}
|
||||
},
|
||||
props: route => (
|
||||
{
|
||||
id: route.query.id,
|
||||
taskId: route.query.taskId,
|
||||
activityId: route.query.activityId
|
||||
}
|
||||
)
|
||||
},
|
||||
{
|
||||
path: 'oa/leave/create',
|
||||
|
Reference in New Issue
Block a user