diff --git a/hb_client/src/router/index.js b/hb_client/src/router/index.js index b4d5e84..2212e45 100644 --- a/hb_client/src/router/index.js +++ b/hb_client/src/router/index.js @@ -193,7 +193,7 @@ export const asyncRoutes = [ } , { - path: 'operationdo', + path: 'operationdo/:id', name: 'operationdo', component: () => import('@/views/wpm/operationdo'), meta: { title: '车间操作跳转界面', icon: 'example', perms: ['index_manage'] }, diff --git a/hb_client/src/views/mtm/materialdo.vue b/hb_client/src/views/mtm/materialdo.vue index 317fcf4..d8d0cf4 100644 --- a/hb_client/src/views/mtm/materialdo.vue +++ b/hb_client/src/views/mtm/materialdo.vue @@ -1,7 +1,7 @@