spring
18 小时以前 6fd917dbdb893748e140be907b6d0a14bb0f3c76
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',
    }
  })
};