huminmin
23 小时以前 bcc665fab6efc7c73d6034272a29ab3f15fe1cf8
src/views/productionManagement/processRoute/index.vue
@@ -171,6 +171,7 @@
    path: '/productionManagement/processRouteItem',
    query: {
      id: row.id,
      bomId: row.bomId,
      processRouteCode: row.processRouteCode || '',
      productName: row.productName || '',
      model: row.model || '',
@@ -201,4 +202,8 @@
});
</script>
<style scoped></style>
<style scoped>
.table_list {
   margin-top: unset;
}
</style>