src/views/productionManagement/processRoute/index.vue
@@ -80,6 +80,10 @@ prop: "model", }, { label: "BOM编号", prop: "bomNo", }, { label: "描述", prop: "description", }, @@ -166,7 +170,13 @@ router.push({ path: '/productionManagement/processRouteItem', query: { id: row.id id: row.id, processRouteCode: row.processRouteCode || '', productName: row.productName || '', model: row.model || '', bomNo: row.bomNo || '', description: row.description || '', type: 'route', } }) };