|
|
@@ -121,7 +121,7 @@
|
|
|
return;
|
|
|
}
|
|
|
const current = this.current.orderInfoList;
|
|
|
- console.log('current====', current);
|
|
|
+ // console.log('current====', current);
|
|
|
const findCurrent = current.filter(
|
|
|
(item) =>
|
|
|
item.bomDetailDTOS.length !== 0 || item.instanceList.length !== 0
|