gaoluyang
7 天以前 b6068a1949f84e88a22f5eb353d6f57c95e40daa
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>