diff --git a/hb_client/src/router/index.js b/hb_client/src/router/index.js index 10fe313..e98d1ae 100644 --- a/hb_client/src/router/index.js +++ b/hb_client/src/router/index.js @@ -360,6 +360,14 @@ export const asyncRoutes = [ hidden: true } , + { + path: 'wproduct/:id', + name: 'wproduct', + component: () => import('@/views/qm/wproduct'), + meta: { title: '工序玻璃', perms: ['vendor_manage'] }, + hidden: true + } + , { path: 'taskrecordfrom/:id', name: 'taskrecordfrom', diff --git a/hb_client/src/views/qm/taskdetails.vue b/hb_client/src/views/qm/taskdetails.vue index f527e79..70c57f7 100644 --- a/hb_client/src/views/qm/taskdetails.vue +++ b/hb_client/src/views/qm/taskdetails.vue @@ -1,11 +1,11 @@