jiangping
2023-10-16 d7fe8ae3888c8e2b1eea3c1e3769be0d42a21cc9
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')
            }
        ]
    }