h5_standard/src/router/module/workOrder/index.ts
@@ -192,9 +192,18 @@ name: 'reportingForWork', meta: { title: '一键报工', keepAlive: false keepAlive: true }, component: () => import('@/views/workOrder/reportingForWork.vue') }, { path: '/workOrder/processPlans', name: 'processPlans', meta: { title: '选择工序计划', keepAlive: false }, component: () => import('@/views/workOrder/processPlan.vue') } ] }