north-glass-erp/northglass-erp/src/views/pp/glassOptimize/ProjectMange.vue
@@ -122,12 +122,16 @@ const projectNumber = row.projectNumber; const thickness = row.thickness; const glassType = row.glassType; const quantity = row.quantity; const area = row.area; await router.push({ name: 'optimizeInfo', params: { projectNo: projectNumber, thickNess: thickness, model: glassType model: glassType, quantity: quantity, area: area } }); }