spring
2 天以前 0c7f03f7f2b239cf94bef3c55bf1188ccc69f7a8
src/views/productionManagement/processRoute/index.vue
@@ -175,7 +175,8 @@
      productName: row.productName || '',
      model: row.model || '',
      bomNo: row.bomNo || '',
      description: row.description || ''
      description: row.description || '',
      type: 'route',
    }
  })
};