修复[流程分配规则]无法跳转的问题
This commit is contained in:
parent
730e287d86
commit
22e5b45d84
@ -272,7 +272,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|||||||
{
|
{
|
||||||
path: '/manager/task-assign-rule',
|
path: '/manager/task-assign-rule',
|
||||||
component: () => import('@/views/bpm/taskAssignRule/index.vue'),
|
component: () => import('@/views/bpm/taskAssignRule/index.vue'),
|
||||||
name: 'BpmTaskAssignRule',
|
name: 'BpmTaskAssignRuleList',
|
||||||
meta: {
|
meta: {
|
||||||
noCache: true,
|
noCache: true,
|
||||||
hidden: true,
|
hidden: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user