From c5857abdbf211537303969174b9c51c144438cae Mon Sep 17 00:00:00 2001 From: shilixia <2309368887@qq.com> Date: Wed, 24 Nov 2021 14:46:33 +0800 Subject: [PATCH] xiugai --- hb_client/src/router/index.js | 2 +- hb_client/src/views/mtm/materialdo.vue | 2 +- hb_client/src/views/mtm/productprocess.vue | 2 +- hb_client/src/views/mtm/step.vue | 2 +- hb_client/src/views/mtm/stepdo.vue | 2 +- hb_client/src/views/wpm/need.vue | 2 +- hb_client/src/views/wpm/operationdo.vue | 4 ++-- hb_client/src/views/wpm/worktask.vue | 18 +++++++----------- hb_client/src/views/wpm/worktaskcopy.vue | 4 ++-- 9 files changed, 17 insertions(+), 21 deletions(-) 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 @@