spring
9 小时以前 b9c0cee25748ea2d5621a8ca56ceb855a9ce3700
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>