Mr.Shi
2023-08-21 3d1a4b4bf3d37e29a3d3345e00f9f84c0d7959a6
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')
            }
        ]
    }