Mr.Zhang
2023-08-28 a3d2e19d7c969eeca5cbfbe29c439041e8f148aa
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')
            }
        ]
    }