|
@@ -283,8 +283,8 @@ export default {
|
|
|
dealStepLogs(data.data.workFlowBusinessExt.processLogList, this.logList)
|
|
|
}
|
|
|
// 组合小物料
|
|
|
- if (data.data.productMaterialList) {
|
|
|
- data.data.productMaterialList.forEach((item) => {
|
|
|
+ if (data.data.composeProductMaterialList) {
|
|
|
+ data.data.composeProductMaterialList.forEach((item) => {
|
|
|
this.productDetails.push({
|
|
|
...item,
|
|
|
productSpec: item.specifications
|