feat: bpm 添加流程模型复制功能

This commit is contained in:
zws
2025-01-15 15:04:23 +08:00
parent 8df285aefb
commit b117431318
3 changed files with 15 additions and 3 deletions

View File

@@ -344,7 +344,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
}
},
{
path: 'manager/model/update/:id',
path: 'manager/model/:type/:id',
component: () => import('@/views/bpm/model/form/index.vue'),
name: 'BpmModelUpdate',
meta: {